auto-sync
This commit is contained in:
parent
e988d9f767
commit
30b2f2ebe0
|
@ -547,6 +547,9 @@ void commonInitEngineController(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S
|
||||||
#if EFI_FSIO || defined(__DOXYGEN__)
|
#if EFI_FSIO || defined(__DOXYGEN__)
|
||||||
initFsioImpl(sharedLogger PASS_ENGINE_PARAMETER);
|
initFsioImpl(sharedLogger PASS_ENGINE_PARAMETER);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
initAccelEnrichment(sharedLogger);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S) {
|
void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S) {
|
||||||
|
@ -641,8 +644,6 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S) {
|
||||||
addConsoleAction("knockinfo", getKnockInfo);
|
addConsoleAction("knockinfo", getKnockInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
initAccelEnrichment(sharedLogger);
|
|
||||||
|
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
addConsoleAction("reset_accel", resetAccel);
|
addConsoleAction("reset_accel", resetAccel);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue