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:
- 152:c03ebcda54ef
- Parent:
- 126:c85ac6a8e9af
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 27 19:52:47 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Wed Sep 28 16:14:47 2016 +0000 @@ -78,6 +78,7 @@ { if ( !timerTable.empty() ) { printf("\rTIMER CONTROLS\n"); + printf("\r==============\n"); StringTimerMap::iterator pos; for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) { pos->second->display(); @@ -86,6 +87,7 @@ if ( !setpointTable.empty() ) { printf("\rSETPOINT CONTROLS\n"); + printf("\r=================\n"); StringSetpointMap::iterator pos; for ( pos = setpointTable.begin(); pos != setpointTable.end(); ++pos ) { pos->second->display(); @@ -93,7 +95,8 @@ } if ( !manualTable.empty() ) { - printf("MANUAL CONTROLS\n"); + printf("\rMANUAL CONTROLS\n"); + printf("\r===============\n"); StringManualMap::iterator pos; for ( pos = manualTable.begin(); pos != manualTable.end(); ++pos ) { pos->second->display();