From 14f3c6ad0cc994a4316fbf66b014677d7891938c Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 21 Apr 2019 10:13:34 -0400 Subject: [PATCH] USB and TLE8888 not working for F4 or F767 #764 --- firmware/config/engines/custom_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/config/engines/custom_engine.cpp b/firmware/config/engines/custom_engine.cpp index ff529b43ce..a3c5ac2cae 100644 --- a/firmware/config/engines/custom_engine.cpp +++ b/firmware/config/engines/custom_engine.cpp @@ -352,7 +352,7 @@ void setTle8888TestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) { CONFIG(etb2.directionPin1) = GPIOE_2; CONFIG(etb2.directionPin2) = GPIOE_4; -//? boardConfiguration->fuelPumpPin = TLE8888_PIN_20; + boardConfiguration->fuelPumpPin = TLE8888_PIN_20; } #endif /* CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ */