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/main.cpp
- Revision:
- 256:296934e592ef
- Parent:
- 249:68ed571e0002
- Child:
- 273:0373b2a15f8a
--- a/src/main.cpp Fri Oct 21 18:40:46 2016 +0000 +++ b/src/main.cpp Fri Oct 21 19:13:21 2016 +0000 @@ -40,7 +40,7 @@ Thread *GLOBAL_analyticsLogger_thread = NULL; Thread *GLOBAL_modbusMaster_thread = NULL; -//Thread *GLOBAL_BLE_thread = NULL; +Thread *GLOBAL_BLE_thread = NULL; Thread *GLOBAL_CDH_thread = NULL; Thread *GLOBAL_configHandler_thread = NULL; Thread *GLOBAL_controlTask_thread = NULL; @@ -184,7 +184,7 @@ // assign globals GLOBAL_analyticsLogger_thread = &analyticsLoggerThread; GLOBAL_modbusMaster_thread = &modbusMaster_thread; - //GLOBAL_BLE_thread = & BLE_thread; + GLOBAL_BLE_thread = & BLE_thread; GLOBAL_CDH_thread = & CDH_thread; GLOBAL_configHandler_thread = &configHandler_thread; GLOBAL_controlTask_thread = &controlTask_thread;