Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
67:49f266601d83
Parent:
65:be025ac18fb5
Child:
69:9e1ff95fd9c5
Child:
70:7427f4959201
diff -r db1425574b58 -r 49f266601d83 src/main.cpp
--- a/src/main.cpp	Thu Sep 15 22:26:28 2016 +0000
+++ b/src/main.cpp	Fri Sep 16 15:30:47 2016 +0000
@@ -114,6 +114,7 @@
 
     // start the configuration handler
     Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, 3072, NULL);
+    
     Thread outputTask_thread(OutputTask, NULL, osPriorityNormal, 3072, NULL);
     Thread controlTask_thread(ControlTask);
 
@@ -138,9 +139,11 @@
 
     Thread::wait(1000);
 
+#if 0 
     // display free memory on the heap
     printf("\r\n");
     __heapstats((__heapprt)fprintf,stdout);
+#endif 
 
     printf("\r\n");
     Thread::wait(1000);