Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of RAJANGAM_REVIEW_BAE_CODE by
Diff: EPS.cpp
- Revision:
- 50:6001287f3045
- Parent:
- 49:61c9f28332ba
- Child:
- 51:661dc022613a
diff -r 61c9f28332ba -r 6001287f3045 EPS.cpp
--- a/EPS.cpp	Thu Jul 14 23:04:26 2016 +0000
+++ b/EPS.cpp	Mon Jul 18 06:36:25 2016 +0000
@@ -393,6 +393,7 @@
     }
     
     //--------BCN_TX----------//
+    /* Commented out to test BCN TC
     if(BCN_TX_SW_STATUS != 0b11)          //!disabled
     {
         if(BCN_TX_SW_STATUS == 0b10)      //oc fault and powered off
@@ -414,7 +415,7 @@
             BCN_TX_FAULT_COUNTER = 0;
         }
     }
-    
+    */
 }
 
 //----------------------------------------------------Power algo code--------------------------------------------------------------------//
    