Code to run on the charger board (used to charge the car from the mains).

Dependencies:   mbed CUER_CAN

Revision:
8:e5c07b9b8593
Parent:
7:70cf5bff23f9
Child:
9:e2802aa2987a
--- a/charger.cpp	Sun Sep 10 11:10:54 2017 +0000
+++ b/charger.cpp	Sun Sep 10 11:15:09 2017 +0000
@@ -130,6 +130,7 @@
 
 void init()
 {    
+    CAN_Init();
     //Start comms timeout timers
     timeouts.BMS_timeout.start();
     timeouts.charger_timeout.start();