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/CommandParser/cmd.cpp
- Revision:
- 48:1c7861d80d16
- Parent:
- 44:c73f2ca79669
- Child:
- 54:ec1b03064bbd
diff -r cff7a2311dc4 -r 1c7861d80d16 src/CommandParser/cmd.cpp --- a/src/CommandParser/cmd.cpp Tue Sep 13 12:05:17 2016 +0000 +++ b/src/CommandParser/cmd.cpp Tue Sep 13 16:00:45 2016 +0000 @@ -635,6 +635,7 @@ taskList.push_back(make_pair((string)"ConfigHandler", GLOBAL_configHandler_thread)); taskList.push_back(make_pair((string)"ControlTask", GLOBAL_controlTask_thread)); taskList.push_back(make_pair((string)"ModbusMaster", GLOBAL_modbusMaster_thread)); + taskList.push_back(make_pair((string)"OutputTask", GLOBAL_outputTask_thread)); for ( vector<pair<string, Thread*> >::iterator pos = taskList.begin(); pos != taskList.end(); ++ pos) {