Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
195:21df85341cb3
Parent:
174:515a8b684803
Child:
200:f83fefd6180a
--- a/src/main.cpp	Thu Oct 06 15:46:13 2016 +0000
+++ b/src/main.cpp	Thu Oct 06 19:31:13 2016 +0000
@@ -164,20 +164,18 @@
     Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*4 + 512),  NULL);
     osSignalWait(sig_config_continue, osWaitForever);
 
-    printf("CONFIGURATION HANDLER DONE\r\n");
-
     // we're clear to start running the controls
     Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, (1024),  NULL);
-    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
+    logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 
 #if  0
     Thread BLE_thread(BLEDataHandler);
     printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 #endif
     Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*10), NULL);
-    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
+    logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
     Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*10), NULL);
-    printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
+    logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__);
 
 
     // assign globals