EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: dbg/dbg.h
- Revision:
- 7:534fa46ad8c5
- Parent:
- 5:dd63a1e02b1b
--- a/dbg/dbg.h Wed Jul 28 10:18:21 2010 +0000 +++ b/dbg/dbg.h Wed Jul 28 11:55:27 2010 +0000 @@ -21,6 +21,10 @@ THE SOFTWARE. */ +/** \file +Debugging helpers header file +*/ + //#ifdef DBG_H //#define DBG_H @@ -28,7 +32,11 @@ #define __DEBUG #endif -///To define to enable debugging in one file +/*! + \def __DEBUG + To define to enable debugging in one file +*/ + #ifdef __DEBUG #ifndef __DEBUGSTREAM