turnAllPinsOff improvements #5429

only:turning a couple of more pins off
This commit is contained in:
rusefi 2023-07-21 21:30:21 -04:00
parent 139c1f553f
commit 163e4ddd40
1 changed files with 3 additions and 0 deletions

View File

@ -731,6 +731,9 @@ void turnAllPinsOff(void) {
enginePins.coils[i].setValue(false);
enginePins.trailingCoils[i].setValue(false);
}
enginePins.mainRelay.setValue(false);
enginePins.fuelPumpRelay.setValue(false);
enginePins.checkEnginePin.setValue(true); // yes this one can go ON
}
#endif /* EFI_GPIO_HARDWARE */