Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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