From 358aa7ec142b3e22b51510dc3f0b4538ebdab470 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 9 Apr 2022 17:45:45 -0400 Subject: [PATCH] MRE QC build broken #4059 that's the new way to self-stimulate --- firmware/rusefi.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 2ec30fac24..bffdb60e87 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -256,6 +256,7 @@ void runRusEfiWithConfig() { #if HW_CHECK_ALWAYS_STIMULATE // we need a special binary for final assembly check. We cannot afford to require too much software or too many steps // to be executed at the place of assembly + engineConfiguration->triggerSimulatorFrequency = HW_CHECK_RPM; enableTriggerStimulator(); #endif // HW_CHECK_ALWAYS_STIMULATE