one step backwards

This commit is contained in:
rusefi 2018-02-03 15:19:32 -05:00
parent f3983cf6fd
commit 81ffae8cd3
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ void onConfigurationChangeTriggerCallback(engine_configuration_s *previousConfig
COMPARE_CONFIG_PARAMS(bc.nb2ratioTo) ||
COMPARE_CONFIG_PARAMS(nbVvtIndex);
if (changed) {
refreshTriggerShape(logger PASS_ENGINE_PARAMETER_SUFFIX);
// refreshTriggerShape(logger PASS_ENGINE_PARAMETER_SUFFIX);
}
isTriggerConfigChanged = isTriggerConfigChanged || changed;
}