From 0466e46ce9c31364ccbb1b1b66086ac6112db7e0 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 30 Aug 2016 08:02:41 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/math/engine_math.cpp | 1 + 1 file changed, 1 insertion(+) 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) {