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:
- 159:18c54339ee7f
- Parent:
- 158:36b5a9de58a1
- Child:
- 161:500f03d11fc4
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 30 14:20:32 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Fri Sep 30 14:42:27 2016 +0000 @@ -85,6 +85,7 @@ printf("\rTIMER CONTROLS\n"); StringVectorTimerMap::iterator pos; for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) { + printf("I'm in the loop!\n"); printf("\r[output %s]-> ", pos->first.c_str()); vector<TimerControl *>::iterator it; for ( it = pos->second.begin(); it != pos->second.end(); ++it ) {