Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
250:1cd8ec63e9e9
Parent:
245:6665796174c3
Child:
251:e730d7077e46
--- a/inc/global.h	Thu Oct 20 17:59:18 2016 +0000
+++ b/inc/global.h	Fri Oct 21 11:42:24 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;