Own fork of C027_Support

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of C027_Support by u-blox

Files at this revision

API Documentation at this revision

Comitter:
xinlei
Date:
Tue Mar 03 14:05:59 2015 +0000
Parent:
119:4fb3afd2f44a
Child:
121:8ce8a465de06
Child:
122:98e685503727
Commit message:

Changed in this revision

MDM.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MDM.cpp	Wed Feb 25 10:07:55 2015 +0000
+++ b/MDM.cpp	Tue Mar 03 14:05:59 2015 +0000
@@ -66,7 +66,7 @@
 {
     if (_debugLevel >= level) 
     {
-        ::printf("_debugPrint %d %d\r\n", _debugLevel, level); 
+//        ::printf("_debugPrint %d %d\r\n", _debugLevel, level); 
         va_list args;
         va_start (args, format);
         if (color) ::printf(color);