auto-sync

This commit is contained in:
rusEfi 2015-04-10 16:09:22 -05:00
parent aa55edf6ea
commit 674465b84e
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@ static ALWAYS_INLINE void handleFuel(uint32_t eventIndex, int rpm DECLARE_ENGINE
if (!fs->hasEvents[eventIndex])
return;
// todo: Maxim try this?
// engine->accelEnrichment.onEngineCycle(PASS_ENGINE_PARAMETER_F);
// ENGINE(fuelMs) = getFuelMs(rpm PASS_ENGINE_PARAMETER) * engineConfiguration->globalFuelCorrection;
for (int i = 0; i < source->size; i++) {
InjectionEvent *event = &source->elements[i];
if (event->position.eventIndex != eventIndex)