parent
3b08dce634
commit
4995904e0d
|
@ -846,6 +846,9 @@ void turnAllPinsOff() {
|
|||
enginePins.mainRelay.setValue(false);
|
||||
enginePins.fuelPumpRelay.setValue(false);
|
||||
enginePins.checkEnginePin.setValue(true); // yes this one can go ON
|
||||
#if EFI_PROD_CODE && HW_HELLEN
|
||||
hellenDisableEn("fatal");
|
||||
#endif
|
||||
}
|
||||
#endif /* EFI_GPIO_HARDWARE */
|
||||
|
||||
|
|
Loading…
Reference in New Issue