Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
251:e730d7077e46
Parent:
248:e156e33b8b38
Parent:
250:1cd8ec63e9e9
Child:
279:b60379a9eb1a
--- a/inc/global.h	Fri Oct 21 11:37:35 2016 +0000
+++ b/inc/global.h	Fri Oct 21 11:44:40 2016 +0000
@@ -18,6 +18,7 @@
 #define CONTROL_MN_STR      "control_mn_"
 #define CONTROL_COMP_STR    "control_comp_"
 #define CONTROL_CA_STR      "control_ca_"
+#define CONTROL_FS_STR      "control_fs_"
 
 // declare max file sizes 
 #define MAX_FILE_SIZE       350  
@@ -50,7 +51,8 @@
     CONTROL_SETPOINT    = 2,
     CONTROL_COMPOSITE   = 3,
     CONTROL_MANUAL      = 4,
-    CONTROL_ALGORITHM   = 5
+    CONTROL_ALGORITHM   = 5,
+    CONTROL_FAILSAFE    = 6
 } Control_t;