Matthieu WENZEL / XBee_3

Fork of XBee by Suga koubou

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dbg.h Source File

dbg.h

00001 //#define DEBUG
00002 
00003 #ifdef DEBUG 
00004 #define DBG(...) printf("" __VA_ARGS__) 
00005 #else 
00006 #define DBG(...) 
00007 #endif