trigger layer start-up is a mess #5241
WAT? no reason to stop pins onEcuStart
This commit is contained in:
parent
56ea0bbc08
commit
408d4fecb9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue