Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
242:3b0086a6d625
Parent:
239:cfb1a917e7f7
Child:
244:26074095e389
--- a/src/ConfigurationHandler/Controls/SetpointControl.h	Thu Oct 20 14:13:31 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.h	Thu Oct 20 15:30:21 2016 +0000
@@ -33,8 +33,6 @@
         STATE_STARTUP,
         STATE_CONTROL_OFF,
         STATE_CONTROL_ON,
-        STATE_FAILSAFE_ON,
-        STATE_FAILSAFE_OFF,
         STATE_DISABLE,
         STATE_RELOAD,
         STATE_MAX
@@ -64,8 +62,6 @@
 
     bool underLimit();
     bool overLimit();
-    bool underFailsafeLimit();
-    bool overFailsafeLimit();
 
     // state transition functions
     void startFeed(void);