Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
190:af7ab603c9fe
Parent:
83:0f76cfbb4eba
Child:
197:594afd088f32
--- a/src/ModbusMaster/ModbusMasterApi.h	Wed Oct 05 21:51:01 2016 +0000
+++ b/src/ModbusMaster/ModbusMasterApi.h	Thu Oct 06 15:24:10 2016 +0000
@@ -6,7 +6,7 @@
 
 struct ModbusValue {
     float value;
-    bool valid;
+    uint32_t errflag;
 };
 
 bool ModbusMasterReadRegister( const std::string &io_tag, ModbusValue *value );