forgot to call brakelight update

This commit is contained in:
bitscuit 2023-04-22 15:33:59 +02:00
parent b7a0d46a39
commit abf956162a
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
}