better field name

This commit is contained in:
rusefi 2018-07-28 14:15:42 -04:00
parent 22cbf774ad
commit 4c1e42877e
1 changed files with 1 additions and 1 deletions

View File

@ -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;