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