Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
231:f22901955e0c
Parent:
230:11765008ff3a
Child:
232:8a86b5bf38f7
--- a/src/ConfigurationHandler/Controls/CompositeControl.cpp	Tue Oct 18 20:23:31 2016 +0000
+++ b/src/ConfigurationHandler/Controls/CompositeControl.cpp	Wed Oct 19 15:55:40 2016 +0000
@@ -181,7 +181,7 @@
     ModbusValue value;
     bool rc = ModbusMasterReadRegister(tag,&value);
     if ( rc != true ) {
-        printf("\rDEBUG: %s cannot find tag\n", __func__);
+        logError("%s cannot find tag", __func__);
         return "nothing";
     }