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:
- 208:784c46652863
- Parent:
- 207:55aabde2d4bf
- Child:
- 239:cfb1a917e7f7
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp Mon Oct 10 12:51:32 2016 +0000 +++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp Mon Oct 10 13:55:23 2016 +0000 @@ -28,8 +28,6 @@ MbedJSONValue json_value; // JSON parsing element controlFile = _controlFile; - printf("\r%s has been invoked!\n"); - // open and read from the control file mDot::mdot_file file = GLOBAL_mdot->openUserFile(controlFile.c_str(), mDot::FM_RDONLY); if ( file.fd < 0 ) {