dead line
This commit is contained in:
parent
385d2f6382
commit
6436a2b9a4
|
@ -534,11 +534,8 @@ void initMainEventListener(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
addConsoleActionP("maininfo", (VoidPtr) showMainInfo, engine);
|
addConsoleActionP("maininfo", (VoidPtr) showMainInfo, engine);
|
||||||
|
|
||||||
efiPrintf("initMainLoop: %d", currentTimeMillis());
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// We start prime injection pulse at the early init stage - don't wait for the engine to start spinning!
|
// We start prime injection pulse at the early init stage - don't wait for the engine to start spinning!
|
||||||
if (CONFIG(startOfCrankingPrimingPulse) > 0)
|
if (CONFIG(startOfCrankingPrimingPulse) > 0)
|
||||||
startPrimeInjectionPulse(PASS_ENGINE_PARAMETER_SIGNATURE);
|
startPrimeInjectionPulse(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
Loading…
Reference in New Issue