From abf956162a2f037e71ce42ee4af6bdf67eb0031a Mon Sep 17 00:00:00 2001 From: bitscuit Date: Sat, 22 Apr 2023 15:33:59 +0200 Subject: [PATCH] forgot to call brakelight update --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index d5741ae..7b4faaa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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 */ }