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:
- 249:68ed571e0002
- Parent:
- 219:2b6c5782f291
- Child:
- 256:296934e592ef
diff -r e156e33b8b38 -r 68ed571e0002 src/main.cpp --- a/src/main.cpp Fri Oct 21 11:37:35 2016 +0000 +++ b/src/main.cpp Fri Oct 21 13:48:57 2016 +0000 @@ -171,10 +171,8 @@ Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, CONTROL_TASK_STACK_SIZE, NULL); logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); -#if 0 - Thread BLE_thread(BLEDataHandler, osPriorityNormal, BLE_DATA_HANDLER_STACK_SIZE, NULL); + Thread BLE_thread(BLEDataHandler, NULL, osPriorityNormal, BLE_DATA_HANDLER_STACK_SIZE, NULL); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); -#endif Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, CLOUD_DATA_HANDLER_STACK_SIZE, NULL); logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);