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: C027Interface C027Interface C027_SupportTest
Fork of C027_Support by
Diff: MDM.cpp
- Revision:
- 118:c2c4b6b421c8
- Parent:
- 117:74e4e0109a9e
- Child:
- 122:5f6804915d77
diff -r 74e4e0109a9e -r c2c4b6b421c8 MDM.cpp --- a/MDM.cpp Thu Jan 22 08:02:55 2015 +0000 +++ b/MDM.cpp Thu Mar 12 12:29:22 2015 +0000 @@ -66,7 +66,6 @@ { if (_debugLevel >= level) { - ::printf("_debugPrint %d %d\r\n", _debugLevel, level); va_list args; va_start (args, format); if (color) ::printf(color);