Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
170:f9406996ff5b
Parent:
167:377142be7300
Child:
171:fb29030d4eaf
--- a/src/main.cpp	Mon Oct 03 21:33:58 2016 +0000
+++ b/src/main.cpp	Mon Oct 03 21:57:36 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*1),  NULL);
     printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 
     Thread BLE_thread(BLEDataHandler);