overdwell protection #3071

This commit is contained in:
Andrey 2021-10-02 01:33:26 -04:00
parent 77ebc71f9a
commit fdab6c303c
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ static void handleSparkEvent(bool limitedSpark, uint32_t trgEventIndex, Ignition
// auto fire spark at 1.5x nominal dwell
efitick_t fireTime = chargeTime + MSF2NT(1.5f * dwellMs);
engine->executor.scheduleByTimestampNt("overdwell", &event->sparkEvent.scheduling, fireTime, { overFireSparkAndPrepareNextSchedule, event });
}
}
}