From f6bff90f8696feaf3b53359f336796f4267151d1 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 22 Nov 2020 00:40:21 -0500 Subject: [PATCH] GDI Epic #1448 --- firmware/controllers/bench_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index 14354c519a..b0b51d3502 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -190,7 +190,7 @@ void mainRelayBench(void) { } void hpfpValveBench(void) { - pinbench("0", "1000", "100", "1", &enginePins.hpfpValve, CONFIG(hpfpValvePin)); + pinbench("1000", "1000", "100", "3", &enginePins.hpfpValve, CONFIG(hpfpValvePin)); } void fuelPumpBench(void) {