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.
Fork of C027_Support by
Diff: MDM.h
- Revision:
- 117:74e4e0109a9e
- Parent:
- 115:d8d94b73c725
- Child:
- 120:0e718a4ea25e
- Child:
- 121:8da935c2c08c
--- a/MDM.h Wed Dec 17 11:35:07 2014 +0000
+++ b/MDM.h Thu Jan 22 08:02:55 2015 +0000
@@ -322,7 +322,7 @@
// ----------------------------------------------------------------
/*! Set the debug level
- \param level 0 = OFF, 1 = INFO(default), 2 = TRACE, 3 = ATCMD
+ \param level -1 = OFF, 0 = ERROR, 1 = INFO(default), 2 = TRACE, 3 = ATCMD,TEST
\return true if successful, false not possible
*/
bool setDebug(int level);
@@ -558,6 +558,7 @@
#ifdef MDM_DEBUG
int _debugLevel;
Timer _debugTime;
+ void _debugPrint(int level, const char* color, const char* format, ...);
#endif
};
