- fix detect cylinder for knock then wasted_spark (#7062)
Co-authored-by: 3er0.1ive <3er0.1ive@veeroute.com>
This commit is contained in:
parent
f06a3d65a4
commit
94d765e4d8
|
@ -283,7 +283,7 @@ if (engineConfiguration->debugMode == DBG_DWELL_METRIC) {
|
|||
prepareCylinderIgnitionSchedule(dwellAngleDuration, sparkDwell, event);
|
||||
}
|
||||
|
||||
engine->onSparkFireKnockSense(event->coilIndex, nowNt);
|
||||
engine->onSparkFireKnockSense(event->cylinderIndex, nowNt);
|
||||
}
|
||||
|
||||
static bool startDwellByTurningSparkPinHigh(IgnitionEvent *event, IgnitionOutputPin *output) {
|
||||
|
|
Loading…
Reference in New Issue