From 1f4a06e9934c0a5ff7fb14166510cc24b969f567 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 14 Oct 2019 13:10:19 -0400 Subject: [PATCH] preparing for #974 code comments & refactoring --- simulator/simulator/rusEfiFunctionalTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/simulator/rusEfiFunctionalTest.cpp b/simulator/simulator/rusEfiFunctionalTest.cpp index 349f1e80cf..091e0b77dc 100644 --- a/simulator/simulator/rusEfiFunctionalTest.cpp +++ b/simulator/simulator/rusEfiFunctionalTest.cpp @@ -120,7 +120,7 @@ void rusEfiFunctionalTest(void) { initTriggerCentral(&sharedLogger); initTriggerEmulator(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX); #if EFI_MAP_AVERAGING - initMapAveraging(&sharedLogger, engine); + initMapAveraging(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX); #endif /* EFI_MAP_AVERAGING */ initMainEventListener(&sharedLogger PASS_ENGINE_PARAMETER_SUFFIX);