Add missing undefined symbols to be sure to use mine
Dependents: DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more
Diff: Debug.h
- Revision:
- 1:fbb7a9674868
- Parent:
- 0:311a0646b95a
- Child:
- 2:12cc94a627cf
--- a/Debug.h Mon Nov 22 08:02:40 2010 +0000 +++ b/Debug.h Mon Nov 22 08:50:04 2010 +0000 @@ -64,7 +64,7 @@ #ifdef __DEBUG -/** This class implements debug functionalities based on USB console interface. V0.0.0.1 +/** This class implements debug functionalities based on USB console interface. V0.0.0.2 * * Note that this class is based on Helper pattern */ @@ -94,12 +94,12 @@ * Note that \ for multiline macro is not supported yet */ #define DEBUG(...) do { DebugHelper::Debug(__VA_ARGS__); DebugHelper::Debug("\r\n"); } while(false); -/** Used to log an error message (??) +/** Used to log an error message (?? ) * * Note that \ for multiline macro is not supported yet */ #define DEBUG_ERRPOR(...) do { DebugHelper::Debug("?? "); DebugHelper::Debug(__VA_ARGS__); DebugHelper::Debug("\r\n"); } while(false); -/** Used to log a warning message (!!) +/** Used to log a warning message (!! ) * * Note that \ for multiline macro is not supported yet */