Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
273:0373b2a15f8a
Parent:
256:296934e592ef
Child:
279:b60379a9eb1a
--- a/src/main.cpp	Wed Oct 26 19:05:44 2016 +0000
+++ b/src/main.cpp	Wed Oct 26 19:29:50 2016 +0000
@@ -134,7 +134,7 @@
     time_t curr_sec;
     int year=0;
 
-    // singleton object instatiation
+    // singleton object instantiation
     GLOBAL_mdot = dot = mDot::getInstance();
     mDotRadioInit( dot );
 
@@ -155,7 +155,6 @@
 
     banner();
 
-
     Thread modbusMaster_thread(ModbusMaster, NULL, osPriorityHigh, MODBUS_MASTER_STACK_SIZE, NULL);
     osSignalWait(sig_output_continue, osWaitForever);