From c1582007af3440776a4a748d72fe51b09218f966 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 31 May 2022 23:02:04 -0400 Subject: [PATCH] B6 progress --- firmware/config/engines/vw_b6.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/config/engines/vw_b6.cpp b/firmware/config/engines/vw_b6.cpp index 2e68a9d8b9..6d6d97774a 100644 --- a/firmware/config/engines/vw_b6.cpp +++ b/firmware/config/engines/vw_b6.cpp @@ -111,7 +111,7 @@ static void commonPassatB6() { void setProteusVwPassatB6() { #if HW_PROTEUS commonPassatB6(); -#endif + gppwm_channel *coolantControl = &engineConfiguration->gppwm[0]; coolantControl->pin = PROTEUS_LS_5; @@ -119,6 +119,7 @@ void setProteusVwPassatB6() { gppwm_channel *lowPressureFuelPumpControl = &engineConfiguration->gppwm[1]; lowPressureFuelPumpControl->pin = PROTEUS_LS_7; +#endif } /**