fuelPumpPin

only:uaefi121
This commit is contained in:
rusefi 2024-08-19 17:49:51 -04:00 committed by rusefillc
parent fd20bee93e
commit e5cb4a543b
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ void setBoardDefaultConfiguration() {
setHellenMMbaro();
engineConfiguration->mainRelayPin = Gpio::MM100_IGN7;
engineConfiguration->fuelPumpPin = Gpio::MM100_IGN8;
engineConfiguration->injectionPins[0] = Gpio::MM100_COATED_INJ1;
engineConfiguration->injectionPins[1] = Gpio::MM100_INJ2;
engineConfiguration->injectionPins[2] = Gpio::MM100_INJ3;