Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
159:18c54339ee7f
Parent:
158:36b5a9de58a1
Child:
161:500f03d11fc4
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 14:20:32 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Fri Sep 30 14:42:27 2016 +0000
@@ -85,6 +85,7 @@
         printf("\rTIMER CONTROLS\n");
         StringVectorTimerMap::iterator pos;
         for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) {
+            printf("I'm in the loop!\n");
             printf("\r[output %s]-> ", pos->first.c_str()); 
             vector<TimerControl *>::iterator it;
             for ( it = pos->second.begin(); it != pos->second.end(); ++it ) {