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:
- 57:5f18ae91c7c7
- Parent:
- 53:14ee82a96d93
- Child:
- 58:a4422d19b2ea
diff -r 225786c56315 -r 5f18ae91c7c7 src/main.cpp --- a/src/main.cpp Wed Sep 14 12:56:00 2016 +0000 +++ b/src/main.cpp Wed Sep 14 16:10:36 2016 +0000 @@ -99,7 +99,7 @@ printf("\r%s: continuing to initialize...\n", __func__); Thread analyticsLoggerThread(AnalyticsLogger); - Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityNormal, 10000, NULL); + Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, 10000, NULL); Thread BLE_thread(BLEDataHandler); Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, 8000, NULL);