Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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__);