CUER / Mbed 2 deprecated BMS_BMUCore_Max

Dependencies:   CUER_CAN CUER_DS1820 LTC2943 LTC6804 mbed PowerControl

Revision:
63:2b425006e95d
Parent:
62:c7bc95aa818a
Child:
64:2878a6b3eea8
--- a/main.cpp	Mon Aug 28 00:03:07 2017 +0000
+++ b/main.cpp	Mon Aug 28 09:32:59 2017 +0000
@@ -527,7 +527,7 @@
         status = status | MAX_TEMPERATURE_DIFFERENCE_ERROR;
     }
     if (abs(measurements.battery_current) >  OVERCURRENT_THRESHOLD) {
-        status = status | MAX_TEMPERATURE_DIFFERENCE_ERROR;
+        status = status | OVERCURRENT_ERROR;
     }
 
     /*