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/ConfigurationHandler.cpp
- Revision:
- 10:38d8ece439da
- Parent:
- 5:5e77a1db4d45
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 06 19:20:39 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 06 19:38:38 2016 +0000 @@ -65,9 +65,7 @@ switch (msg->control) { case CONTROL_SETPOINT: { - SetpointControl *setpointControl = new SetpointControl(msg->controlFile); - printf("\r%s: setpoint control file = %s\n", __func__, setpointControl->getControlFile().c_str()); - + SetpointControl *setpointControl = new SetpointControl(msg->controlFile); break; } case CONTROL_TIMER: {