auto-sync

This commit is contained in:
rusEfi 2016-03-11 12:04:08 -05:00
parent e988d9f767
commit 30b2f2ebe0
1 changed files with 3 additions and 2 deletions

View File

@ -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