Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
158:36b5a9de58a1
Parent:
156:44f87c5a83ae
Child:
159:18c54339ee7f
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 13:57:45 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 14:20:32 2016 +0000
@@ -85,6 +85,7 @@
         printf("\rTIMER CONTROLS\n");
         StringVectorTimerMap::iterator pos;
         for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) {
+            printf("\r[output %s]-> ", pos->first.c_str()); 
             vector<TimerControl *>::iterator it;
             for ( it = pos->second.begin(); it != pos->second.end(); ++it ) {
                 (*it)->display();