auto-sync

This commit is contained in:
rusEfi 2016-03-11 12:04:08 -05:00
parent a9b6961265
commit 88478aea92
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__)
initFsioImpl(sharedLogger PASS_ENGINE_PARAMETER);
#endif
initAccelEnrichment(sharedLogger);
}
void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S) {
@ -641,8 +644,6 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_S) {
addConsoleAction("knockinfo", getKnockInfo);
}
initAccelEnrichment(sharedLogger);
#if EFI_PROD_CODE
addConsoleAction("reset_accel", resetAccel);
#endif