diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index cd1b7a7670..6b7f6d70f9 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -246,9 +246,9 @@ static void resetAccel(void) { engine->wallFuel.reset(); } +static int previousSecond; #if EFI_CLOCK_LOCKS -static int previousSecond; typedef FLStack irq_enter_timestamps_t;