This commit is contained in:
Matthew Kennedy 2021-01-09 13:51:24 -08:00 committed by GitHub
parent c17775231a
commit 021dc9d185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}