teamALI / Mbed 2 deprecated HB2018

Dependencies:   mbed FreeRTOS

Revision:
34:234b87f3e6ce
Parent:
33:eb260dbfc22a
Child:
35:3779201b4c73
--- a/HbManager.cpp	Fri Dec 21 12:31:17 2018 +0000
+++ b/HbManager.cpp	Sat Dec 22 09:08:10 2018 +0000
@@ -471,10 +471,15 @@
         }
     }
     
-    if(chkSWUserOpeRE(HbUserOpe::R_1)){
+    if(chkSWUserOpeRE(HbUserOpe::FLT_ON)){
         gf_AxReq[0].bf.req = true;
         gf_AxReq[1].bf.req = true;
-        //sp.printf("R_1 Push \r\n");
+        sp.printf("FLT_ON Push \r\n");
+    }
+    if(chkSWUserOpeRE(HbUserOpe::FLT_OFF)){
+        gf_AxReq[0].bf.req = true;
+        gf_AxReq[1].bf.req = true;
+        sp.printf("FLT_OFF Push \r\n");
     }
     if(chkSWUserOpe(HbUserOpe::ALL_STOP)){
         for(int i = 0; i < 4; ++i){