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:
- 13:c80c283f9db2
- Parent:
- 12:ea87887ca7ad
- Child:
- 19:9bc8fabeddfa
--- a/src/ConfigurationHandler/ConfigurationHandler.cpp Wed Sep 07 13:22:28 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Wed Sep 07 13:52:25 2016 +0000 @@ -72,7 +72,7 @@ /***************************************************************************** * Function: ConfigurationHandler_showControls() - * Description: show the controls + * Description: show the controls * * @param msg * @return none @@ -85,7 +85,7 @@ for ( pos = timerTable.begin(); pos != timerTable.end(); ++pos ) { - printf("\r control file: %32s\n", pos->first); + printf("\r control file: %32s\n", pos->second->getControlFile().c_str()); } } if ( !setpointTable.empty() ) { @@ -94,7 +94,7 @@ for ( pos = setpointTable.begin(); pos != setpointTable.end(); ++pos ) { - printf("\r control file: %32s\n", pos->first); + printf("\r control file: %32s\n", pos->second->getControlFile().c_str()); } } }