Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
13:c80c283f9db2
Parent:
12:ea87887ca7ad
Child:
19:9bc8fabeddfa
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp	Wed Sep 07 13:22:28 2016 +0000
+++ b/src/ConfigurationHandler/ConfigurationHandler.cpp	Wed Sep 07 13:52:25 2016 +0000
@@ -72,7 +72,7 @@
 
 /*****************************************************************************
  * Function:            ConfigurationHandler_showControls()
- * Description:         show the controls 
+ * Description:         show the controls
  *
  * @param               msg
  * @return              none
@@ -85,7 +85,7 @@
         for ( pos = timerTable.begin();
                 pos != timerTable.end();
                 ++pos ) {
-            printf("\r  control file: %32s\n", pos->first);
+            printf("\r  control file: %32s\n", pos->second->getControlFile().c_str());
         }
     }
     if ( !setpointTable.empty() ) {
@@ -94,7 +94,7 @@
         for ( pos = setpointTable.begin();
                 pos != setpointTable.end();
                 ++pos ) {
-            printf("\r  control file: %32s\n", pos->first);
+            printf("\r  control file: %32s\n", pos->second->getControlFile().c_str());
         }
     }
 }