partial rollback

This commit is contained in:
rusefi 2017-07-05 21:50:15 -04:00
parent a3302aeb8e
commit 98e6c294c5
1 changed files with 1 additions and 0 deletions

View File

@ -565,6 +565,7 @@ void onConfigurationChangeTriggerCallback(engine_configuration_s *previousConfig
COMPARE_CONFIG_PARAMS(bc.nb2ratioFrom) || COMPARE_CONFIG_PARAMS(bc.nb2ratioFrom) ||
COMPARE_CONFIG_PARAMS(bc.nb2ratioTo) || COMPARE_CONFIG_PARAMS(bc.nb2ratioTo) ||
COMPARE_CONFIG_PARAMS(nbVvtIndex); COMPARE_CONFIG_PARAMS(nbVvtIndex);
isTriggerConfigChanged = true;
#endif /* EFI_PROD_CODE */ #endif /* EFI_PROD_CODE */
} }