smoothie port to mbed online compiler (smoothieware.org)
For documentation, license, ..., please check http://smoothieware.org/
This version has been tested with a 3 axis machine
Diff: libs/Hook.cpp
- Revision:
- 0:31e91bb0ef3c
diff -r 000000000000 -r 31e91bb0ef3c libs/Hook.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libs/Hook.cpp Tue Jul 31 21:11:18 2012 +0000 @@ -0,0 +1,6 @@ +extern "C"{ + #include <stdint.h> +} +#include "Hook.h" + +Hook::Hook(){}