student project

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers my_debug.h Source File

my_debug.h

00001 
00002 
00003 #ifdef MYDEBUG
00004     #define DEBUGPRINTF(format, args...)  printf(format, ##args)
00005 #else 
00006     #define DEBUGPRINTF(format, args...)  
00007 #endif 
00008