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:
- 159:18c54339ee7f
- Parent:
- 113:001ad47df8ec
- Child:
- 160:201b88aa08c1
--- a/src/main.cpp Fri Sep 30 14:20:32 2016 +0000 +++ b/src/main.cpp Fri Sep 30 14:42:27 2016 +0000 @@ -158,7 +158,7 @@ osSignalWait(sig_output_continue, osWaitForever); // start the configuration handler - Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*3), NULL); + Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*4), NULL); osSignalWait(sig_config_continue, osWaitForever); // we're clear to start running the controls