a

Dependents:   GPSLOG_program

Fork of XBee by aigamozu

dbg.h

Committer:
okini3939
Date:
2012-03-08
Revision:
3:8573b122fa84

File content as of revision 3:8573b122fa84:

//#define DEBUG

#ifdef DEBUG 
#define DBG(...) printf("" __VA_ARGS__) 
#else 
#define DBG(...) 
#endif