Fork of Smoothie to port to mbed non-LPC targets.

Dependencies:   mbed

Fork of Smoothie by Stéphane Cachat

Revision:
3:f151d08d335c
Parent:
2:1df0b61d3b5a
diff -r 1df0b61d3b5a -r f151d08d335c libs/MRI_Hooks.h
--- a/libs/MRI_Hooks.h	Fri Feb 28 18:52:52 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#ifndef _MRI_HOOKS_H
-#define _MRI_HOOKS_H
-
-extern "C" {
-    void __mriPlatform_EnteringDebuggerHook();
-    void __mriPlatform_LeavingDebuggerHook();
-
-    void set_high_on_debug(int port, int pin);
-    void set_low_on_debug(int port, int pin);
-}
-
-#endif /* _MRI_HOOKS_H */