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:
- 51:66b820f203a5
- Parent:
- 46:4cb96ab2d1c8
- Child:
- 72:3754b352f156
diff -r 1c7861d80d16 -r 66b820f203a5 src/ConfigurationHandler/ConfigurationHandler.cpp --- a/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 13 16:00:45 2016 +0000 +++ b/src/ConfigurationHandler/ConfigurationHandler.cpp Tue Sep 13 21:29:24 2016 +0000 @@ -104,6 +104,8 @@ printf("\r lfs : %0.2f\n", pos->second->getLowFailsafe()); printf("\r tol : %0.2f\n", pos->second->getTol()); printf("\r\n"); + printf("\r currentState: %u\n", pos->second->getCurrentState()); + printf("\r\n"); } } } @@ -146,6 +148,8 @@ delete setpointControl; } else { setpointTable[msg->controlFile] = setpointControl; + // start the setpoint control + setpointControl->start(); } break; }