Poerting the Xbee library to use teh wifi functionality of the LPC4088.

Dependents:   XBee_WiFi_EA_LPC4088

Fork of XBee by Suga koubou

dbg.h

Committer:
okini3939
Date:
2012-03-08
Revision:
3:8573b122fa84
Child:
8:042c457e3282

File content as of revision 3:8573b122fa84:

//#define DEBUG

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