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:
- 122:4db48b933115
- Parent:
- 121:650205ffa656
- Child:
- 126:c85ac6a8e9af
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 23 12:45:49 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 23 15:13:04 2016 +0000 @@ -80,8 +80,7 @@ printf("\rTIMER CONTROLS\n"); StringTimerMap::iterator pos; for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) { - printf("\r control file: %32s\n", - pos->second->getControlFile().c_str()); + pos->second->display(); } }