diff --git a/firmware/controllers/math/engine_math.cpp b/firmware/controllers/math/engine_math.cpp index 2da7e77174..a6870a28d2 100644 --- a/firmware/controllers/math/engine_math.cpp +++ b/firmware/controllers/math/engine_math.cpp @@ -174,6 +174,7 @@ FuelSchedule::FuelSchedule() { void FuelSchedule::clear() { memset(hasEvents, 0, sizeof(hasEvents)); eventsCount = 0; + usedAtEngineCycle = 0; } void FuelSchedule::addFuelEvents(injection_mode_e mode DECLARE_ENGINE_PARAMETER_S) {