turnAllPinsOff improvements #5429
only:turning a couple of more pins off
This commit is contained in:
parent
139c1f553f
commit
163e4ddd40
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue