From e906552e03d1e8c93a48db851e018ff06dcf1706 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 13 Dec 2020 15:44:14 -0500 Subject: [PATCH] subi drama --- firmware/config/engines/subaru.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firmware/config/engines/subaru.cpp b/firmware/config/engines/subaru.cpp index 4426d837f0..34fb482abc 100644 --- a/firmware/config/engines/subaru.cpp +++ b/firmware/config/engines/subaru.cpp @@ -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 }