resolving pin configuration conflict
This commit is contained in:
parent
55671165a4
commit
600371b2ee
|
@ -144,7 +144,7 @@ void setBoardDefaultConfiguration(void) {
|
|||
CONFIG(enableSoftwareKnock) = true;
|
||||
|
||||
engineConfiguration->fuelPumpPin = GPIOG_2; // OUT_IO9
|
||||
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5
|
||||
engineConfiguration->idle.solenoidPin = GPIO_UNASSIGNED;
|
||||
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8
|
||||
engineConfiguration->mainRelayPin = GPIOI_2; // OUT_LOW3
|
||||
|
||||
|
|
Loading…
Reference in New Issue