Add missing undefined symbols to be sure to use mine

Dependents:   DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more

Files at this revision

API Documentation at this revision

Comitter:
Yann
Date:
Mon Nov 22 08:50:04 2010 +0000
Parent:
0:311a0646b95a
Child:
2:12cc94a627cf
Commit message:
V0.0.2

Changed in this revision

Debug.h Show annotated file Show diff for this revision Revisions of this file
--- 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
  */