explicit cross-referencing
This commit is contained in:
parent
c61293d89d
commit
890984214f
|
@ -178,7 +178,10 @@ void setBoardConfigurationOverrides(void) {
|
||||||
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
|
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
|
||||||
engineConfiguration->injectionMode = IM_SIMULTANEOUS;
|
engineConfiguration->injectionMode = IM_SIMULTANEOUS;
|
||||||
|
|
||||||
|
// output 13
|
||||||
CONFIG(mainRelayPin) = GPIOB_9;
|
CONFIG(mainRelayPin) = GPIOB_9;
|
||||||
|
// output 15
|
||||||
CONFIG(fanPin) = GPIOE_1;
|
CONFIG(fanPin) = GPIOE_1;
|
||||||
|
// output 16
|
||||||
CONFIG(fuelPumpPin) = GPIOE_2;
|
CONFIG(fuelPumpPin) = GPIOE_2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue