Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
21:85c69494c0ff
Parent:
20:653923c2f37a
Child:
30:738359dfdab1
Child:
31:4b1587034318
--- a/src/main.cpp	Thu Sep 08 15:01:52 2016 +0000
+++ b/src/main.cpp	Thu Sep 08 15:16:31 2016 +0000
@@ -67,8 +67,9 @@
 {
     mDot *dot;
     
-    mDotRadioInit( &dot );
-    //GLOBAL_mdot = dot = mDot::getInstance();
+    GLOBAL_mdot = dot = mDot::getInstance();
+    mDotRadioInit( dot );
+
 
     // for signaling from the configuration handler
     mainThreadId = osThreadGetId();