EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: dbg/dbg.h
- Revision:
- 4:fd826cad83c0
- Parent:
- 2:a4f97773c90f
- Child:
- 5:dd63a1e02b1b
--- a/dbg/dbg.h Fri Jun 18 10:38:57 2010 +0000 +++ b/dbg/dbg.h Fri Jul 09 14:46:47 2010 +0000 @@ -47,7 +47,7 @@ #undef DBG #undef DBG_END #undef BREAK -#define DBG DebugStream::debug +#define DBG(...) do{ DebugStream::debug("[%s:%s@%d] ", __FILE__, __FUNCTION__, __LINE__); DebugStream::debug(__VA_ARGS__); } while(0); #define DBG_END DebugStream::release #define BREAK() DebugStream::breakPoint(__FILE__, __LINE__) #endif