diff --git a/firmware/controllers/algo/engine.h b/firmware/controllers/algo/engine.h index c6b233f7a0..43eefd9ba5 100644 --- a/firmware/controllers/algo/engine.h +++ b/firmware/controllers/algo/engine.h @@ -44,7 +44,7 @@ public: * this method schedules all fuel events for an engine cycle */ void addFuelEvents(DECLARE_ENGINE_PARAMETER_SIGNATURE); - bool addFuelEventsForCylinder(int i DECLARE_ENGINE_PARAMETER_SUFFIX); + bool addFuelEventsForCylinder(int cylinderIndex DECLARE_ENGINE_PARAMETER_SUFFIX); InjectionEvent elements[MAX_INJECTION_OUTPUT_COUNT]; bool isReady;