
student project
Dependencies: mbed
Fork of myiot by
Diff: include/my_debug.h
- Revision:
- 0:94c1a94c5a47
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/my_debug.h Sun May 08 02:49:10 2016 +0000 @@ -0,0 +1,8 @@ + + +#ifdef MYDEBUG + #define DEBUGPRINTF(format, args...) printf(format, ##args) +#else + #define DEBUGPRINTF(format, args...) +#endif +