Own fork of C027_Support

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of C027_Support by u-blox

Revision:
134:d84232916eac
Parent:
125:246587b92b3b
Parent:
120:eb1902489fdd
diff -r 69700ba3fa72 -r d84232916eac MDM.cpp
--- a/MDM.cpp	Tue Sep 12 14:17:31 2017 +0000
+++ b/MDM.cpp	Fri Sep 15 10:12:03 2017 +0000
@@ -66,6 +66,7 @@
 {
     if (_debugLevel >= level) 
     {
+//        ::printf("_debugPrint %d %d\r\n", _debugLevel, level); 
         va_list args;
         va_start (args, format);
         if (color) ::printf(color);