Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
10:38d8ece439da
Parent:
5:5e77a1db4d45
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 06 19:20:39 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Tue Sep 06 19:38:38 2016 +0000
@@ -18,7 +18,7 @@
 public:
     SetpointControl(const char* filename) : controlFile(filename)
     {
-        printf("\r%s: SetpointControl instantiated with controlFile %s\n",
+        printf("\r%s: controls  instantiated with controlFile %s\n",
             __func__, controlFile.c_str());
     }
     string getControlFile(void) { return controlFile; }