Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
205:3c84af5f711f
Parent:
202:d6011a00bfb8
Child:
207:55aabde2d4bf
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Fri Oct 07 14:47:39 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Fri Oct 07 17:41:23 2016 +0000
@@ -289,6 +289,7 @@
     ModbusMasterReadRegister(input, &inputValue);
 
     printf("\r\n");
+    std::cout << left << setw(10) << setfill(' ') << "setpoint: ";
     std::cout << left << setw(32) << setfill(' ') << controlFile;
     std::cout << left << setw(20) << setfill(' ') << id;
     std::cout << left << setw(6)  << setfill(' ') << priority;