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:
- 49:0456ee2271be
- Parent:
- 45:3b9e1923cb15
- Child:
- 50:6924b1a2c769
- Child:
- 52:e25c857451b6
--- a/src/main.cpp Mon Sep 12 22:19:27 2016 +0000 +++ b/src/main.cpp Tue Sep 13 19:25:13 2016 +0000 @@ -94,9 +94,9 @@ printf("\r%s: continuing to initialize...\n", __func__); Thread analyticsLoggerThread(AnalyticsLogger); - Thread modbusMaster_thread(ModbusMaster); + Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityNormal, 10000, NULL); Thread BLE_thread(BLEDataHandler); - Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 6000, NULL); + Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 8000, NULL); // assign globals GLOBAL_analyticsLogger_thread = &analyticsLoggerThread;