Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
33:cb765aefa1b5
Parent:
28:c410a61238bb
--- a/src/ConfigurationHandler/Controls/TimerControl.h	Thu Sep 08 21:07:47 2016 +0000
+++ b/src/ConfigurationHandler/Controls/TimerControl.h	Thu Sep 08 21:24:34 2016 +0000
@@ -20,11 +20,12 @@
     unsigned int    priority;           // control priority
     unsigned int    dayOfWeek;          // days of the week
     unsigned int    startWeek;          // starting week 
+    string          output;
     unsigned int    freq;
-    struct tod {
+    typedef struct tod_tag {
         unsigned int start;
         unsigned int interval;
-    }; 
+    } tod;
 
 public:
     TimerControl() {};