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: GPS_6Axis_DataLogger_SD_UDP
Fork of C027_Support by
Revision 118:c2c4b6b421c8, committed 2015-03-12
- Comitter:
- mazgch
- Date:
- Thu Mar 12 12:29:22 2015 +0000
- Parent:
- 117:74e4e0109a9e
- Child:
- 119:db878a234544
- Commit message:
- disable spurious debug
Changed in this revision
MDM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);