fix (#2209)
This commit is contained in:
parent
9c12c4dd44
commit
9fc02afe4a
|
@ -253,11 +253,11 @@ static void doPeriodicSlowCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
#if EFI_INTERNAL_FLASH
|
#if EFI_INTERNAL_FLASH
|
||||||
writeToFlashIfPending();
|
writeToFlashIfPending();
|
||||||
#endif /* EFI_INTERNAL_FLASH */
|
#endif /* EFI_INTERNAL_FLASH */
|
||||||
resetAccel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (engine->rpmCalculator.isStopped()) {
|
||||||
if (!engine->rpmCalculator.isStopped()) {
|
resetAccel();
|
||||||
|
} else {
|
||||||
updatePrimeInjectionPulseState(PASS_ENGINE_PARAMETER_SIGNATURE);
|
updatePrimeInjectionPulseState(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue