refactoring: reducing code duplication

This commit is contained in:
rusefi 2019-02-03 09:20:36 -05:00
parent 541d63fe89
commit ff0fee71eb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ EngineTestHelper::EngineTestHelper(engine_type_e engineType) : engine (&persiste
engine->initializeTriggerShape(NULL PASS_ENGINE_PARAMETER_SUFFIX);
initRpmCalculator(NULL PASS_ENGINE_PARAMETER_SUFFIX);
engine->triggerCentral.addEventListener(mainTriggerCallback, "main loop", engine);
initMainEventListener(NULL PASS_ENGINE_PARAMETER_SUFFIX);
}
/**