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:
- 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;