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/ConfigurationHandler/Controls/SetpointControl.cpp
- Revision:
- 190:af7ab603c9fe
- Parent:
- 183:44f7fea6b208
- Child:
- 193:3acbcc2f6fcb
- Child:
- 197:594afd088f32
diff -r 546b04f89b19 -r af7ab603c9fe src/ConfigurationHandler/Controls/SetpointControl.cpp --- a/src/ConfigurationHandler/Controls/SetpointControl.cpp Wed Oct 05 21:51:01 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Thu Oct 06 15:24:10 2016 +0000 @@ -276,7 +276,7 @@ printf("\r\n"); printf("\r currentState : %s\n", mapper[currentState].c_str()); printf("\r high band : %0.2f\n", setpoint + tolerance); - printf("\r current reading : %0.2f [%s]\n", inputValue.value, inputValue.valid ? "valid" : "invalid"); + printf("\r current reading : %0.2f [%s]\n", inputValue.value, inputValue.errflag ? "valid" : "invalid"); printf("\r low band : %0.2f\n", setpoint - tolerance); printf("\r\n"); } \ No newline at end of file