duplication within same file

This commit is contained in:
Andrey 2021-07-06 00:09:13 -04:00
parent 8e30c513da
commit 1f25b165f9
4 changed files with 0 additions and 12 deletions

View File

@ -163,9 +163,6 @@ void setBoardDefaultConfiguration(void) {
CONFIG(enableSoftwareKnock) = true;
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->fuelPumpPin = GPIOH_14; // 65 - Fuel Pump
engineConfiguration->malfunctionIndicatorPin = GPIOG_4; // 47 - CEL
engineConfiguration->tachOutputPin = GPIOD_13; // 37 - TACH

View File

@ -149,9 +149,6 @@ void setBoardDefaultConfiguration(void) {
CONFIG(enableSoftwareKnock) = true;
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->fuelPumpPin = GPIOG_2; // OUT_IO9
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8

View File

@ -148,9 +148,6 @@ void setBoardDefaultConfiguration(void) {
CONFIG(enableSoftwareKnock) = true;
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->acRelayPin = GPIOH_15; // 1J - AC Relay
engineConfiguration->fuelPumpPin = GPIOG_2; // OUT_IO9
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5

View File

@ -149,9 +149,6 @@ void setBoardDefaultConfiguration(void) {
CONFIG(enableSoftwareKnock) = true;
engineConfiguration->canTxPin = GPIOD_1;
engineConfiguration->canRxPin = GPIOD_0;
engineConfiguration->acRelayPin = GPIOH_15;
engineConfiguration->acSwitch = GPIOB_0;
engineConfiguration->acSwitchMode = PI_PULLUP;