explicit cross-referencing

This commit is contained in:
rusefi 2020-02-21 20:08:16 -05:00
parent 59fc61ccfd
commit 2fb89b4676
1 changed files with 3 additions and 0 deletions

View File

@ -178,7 +178,10 @@ void setBoardConfigurationOverrides(void) {
engineConfiguration->crankingInjectionMode = IM_SIMULTANEOUS;
engineConfiguration->injectionMode = IM_SIMULTANEOUS;
// output 13
CONFIG(mainRelayPin) = GPIOB_9;
// output 15
CONFIG(fanPin) = GPIOE_1;
// output 16
CONFIG(fuelPumpPin) = GPIOE_2;
}