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:
- 231:f22901955e0c
- Parent:
- 230:11765008ff3a
- Child:
- 232:8a86b5bf38f7
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Oct 18 20:23:31 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Wed Oct 19 15:55:40 2016 +0000 @@ -266,8 +266,6 @@ logError("%s: failed to load %s\n", __func__, msg->controlFile); delete compositeControl; } else { - printf("\rDEBUG storing the composite control\n"); - Thread::wait(500); compositeTable[msg->controlFile] = compositeControl; // add this control to the table compositeControl->start();