GainSpan Wi-Fi library see: http://mbed.org/users/gsfan/notebook/gainspan_wifi/

Fork of GSwifi_old by gs fan

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers dbg.h Source File

dbg.h

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