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:
- 76:e5690c40e6b1
- Parent:
- 75:96512ccc0443
- Child:
- 77:43e0a3d9e536
--- a/src/main.cpp Mon Sep 19 14:42:19 2016 +0000 +++ b/src/main.cpp Mon Sep 19 14:46:03 2016 +0000 @@ -120,14 +120,13 @@ // start the output task Thread outputTask_thread (OutputTask, NULL, osPriorityNormal, (1024*8), NULL); - // wait for a signal from the output task to start the control task osSignalWait(sig_output_continue, osWaitForever); // start the configuration handler Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*3), NULL); osSignalWait(sig_config_continue, osWaitForever); - // start running the controls + // we're clear to start running the controls Thread controlTask_thread (ControlTask, NULL, osPriorityNormal, (1024*2), NULL); //printf("\r%s: continuing to initialize...\n", __func__);