trigger layer start-up is a mess #5241

WAT? no reason to stop pins onEcuStart
This commit is contained in:
rusefillc 2023-04-19 17:17:04 -04:00
parent 56ea0bbc08
commit 408d4fecb9
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ void onEcuStartDoSomethingTriggerInputPins() {
}
#if EFI_PROD_CODE
// first we will turn off all the changed pins
stopTriggerInputPins();
if (isBrainPinValid(engineConfiguration->triggerInputPins[0])) {
engine->rpmCalculator.Register();
} else {