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:
- 174:515a8b684803
- Parent:
- 172:51dfb4aabc57
- Child:
- 195:21df85341cb3
--- a/src/main.cpp Tue Oct 04 12:26:14 2016 +0000 +++ b/src/main.cpp Tue Oct 04 12:32:52 2016 +0000 @@ -167,7 +167,7 @@ printf("CONFIGURATION HANDLER DONE\r\n"); // we're clear to start running the controls - Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, (1024/2), NULL); + Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, (1024), NULL); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); #if 0