forgot to call brakelight update
This commit is contained in:
parent
b7a0d46a39
commit
abf956162a
|
@ -434,6 +434,7 @@ void loop() {
|
|||
can_lv.events(); /* Handle CAN LV events */
|
||||
can_mc.events(); /* Handle CAN MC events */
|
||||
check_heartbeat(); /* Do heartbeat stuffz */
|
||||
update_brakelight(); /* Flashy shiny thingies */
|
||||
analyse_drive_data(); /* Analyse the data from the drives duh */
|
||||
update_drives(); /* Do motorcontroller shit */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue