subi drama

This commit is contained in:
rusefi 2020-12-13 15:44:14 -05:00
parent 91aa8b80d7
commit 3da7463562
1 changed files with 3 additions and 2 deletions

View File

@ -50,11 +50,12 @@ void setSubaruEJ18_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->specs.firingOrder = FO_1_3_2_4;
#if (BOARD_TLE8888_COUNT > 0)
// TLE8888_PIN_23: "33 - GP Out 3"
engineConfiguration->malfunctionIndicatorPin = TLE8888_PIN_23;
#endif /* BOARD_TLE8888_COUNT */
// this car has high-side main relay WOW
engineConfiguration->mainRelayPin = GPIOD_6; // "13 - GP Out 6"
// this car has high-side main relay WOW so we have to hard wire it to ingition switch
}