progress: rpm register based on trigger input being none or not (helping unit tests)
This commit is contained in:
parent
3abed33988
commit
17e340622b
|
@ -471,6 +471,10 @@ void commonInitEngineController() {
|
||||||
initLaunchControl();
|
initLaunchControl();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if EFI_UNIT_TEST
|
||||||
|
engine->rpmCalculator.Register();
|
||||||
|
#endif /* EFI_UNIT_TEST */
|
||||||
|
|
||||||
#if (EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT) || EFI_SIMULATOR || EFI_UNIT_TEST
|
#if (EFI_ENGINE_CONTROL && EFI_SHAFT_POSITION_INPUT) || EFI_SIMULATOR || EFI_UNIT_TEST
|
||||||
if (engineConfiguration->isEngineControlEnabled) {
|
if (engineConfiguration->isEngineControlEnabled) {
|
||||||
initAuxValves();
|
initAuxValves();
|
||||||
|
|
Loading…
Reference in New Issue