Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ModbusMaster/ModbusMasterApi.cpp
- Revision:
- 190:af7ab603c9fe
- Parent:
- 148:ee3cbaafe355
--- a/src/ModbusMaster/ModbusMasterApi.cpp Wed Oct 05 21:51:01 2016 +0000
+++ b/src/ModbusMaster/ModbusMasterApi.cpp Thu Oct 06 15:24:10 2016 +0000
@@ -4,7 +4,7 @@
bool ModbusMasterReadRegister( const std::string &io_tag, ModbusValue *value )
{
value->value = ModbusRegisterMap[io_tag].float_value;
- value->valid = ModbusRegisterMap[io_tag].valid;
+ value->errflag = ModbusRegisterMap[io_tag].errflag;
return true;
}
