Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
122:4db48b933115
Parent:
121:650205ffa656
Child:
126:c85ac6a8e9af
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 23 12:45:49 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 23 15:13:04 2016 +0000
@@ -80,8 +80,7 @@
         printf("\rTIMER CONTROLS\n");
         StringTimerMap::iterator pos;
         for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) {
-            printf("\r  control file: %32s\n",
-                   pos->second->getControlFile().c_str());
+            pos->second->display();
         }
     }