Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more
Revision 1:fbb7a9674868, committed 2010-11-22
- 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
*/