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:
- 256:296934e592ef
- Parent:
- 255:912b438d1148
- Child:
- 268:50bed2502270
--- a/src/CommandParser/cmd.cpp Fri Oct 21 18:40:46 2016 +0000
+++ b/src/CommandParser/cmd.cpp Fri Oct 21 19:13:21 2016 +0000
@@ -1185,7 +1185,7 @@
//simply add your task to the list...
taskList.push_back(make_pair((string)"AnalyticsLogger", GLOBAL_analyticsLogger_thread));
- //taskList.push_back(make_pair((string)"BLEHandler", GLOBAL_BLE_thread));
+ taskList.push_back(make_pair((string)"BLEHandler", GLOBAL_BLE_thread));
taskList.push_back(make_pair((string)"CloudDataHandler", GLOBAL_CDH_thread));
taskList.push_back(make_pair((string)"ConfigHandler", GLOBAL_configHandler_thread));
taskList.push_back(make_pair((string)"ControlTask", GLOBAL_controlTask_thread));
