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:
- 167:377142be7300
- Parent:
- 163:7b8d4c8b03e4
- Child:
- 170:f9406996ff5b
diff -r f165ca3f67cd -r 377142be7300 src/main.cpp --- a/src/main.cpp Fri Sep 30 21:08:57 2016 +0000 +++ b/src/main.cpp Mon Oct 03 18:09:50 2016 +0000 @@ -153,7 +153,7 @@ banner(); - Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*12), NULL); + Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, (1024*10), NULL); osSignalWait(sig_output_continue, osWaitForever); // start the output task @@ -172,9 +172,9 @@ Thread BLE_thread(BLEDataHandler); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); - Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*12), NULL); + Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*10), NULL); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); - Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*12), NULL); + Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*10), NULL); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);