This commit is contained in:
rusefi 2018-02-02 08:55:40 -05:00
parent 7c88a97edc
commit e83d1d4d55
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static void updateTriggerShapeIfNeeded(PwmConfig *state) {
scheduleMsg(logger, "Stimulator: updating trigger shape: %d/%d %d", emulatorConfigVersion.getVersion(), scheduleMsg(logger, "Stimulator: updating trigger shape: %d/%d %d", emulatorConfigVersion.getVersion(),
getGlobalConfigurationVersion(), currentTimeMillis()); getGlobalConfigurationVersion(), currentTimeMillis());
// kludge: this line affects not trigger emulation but actual trigger consumption
applyNonPersistentConfiguration(logger PASS_ENGINE_PARAMETER_SUFFIX); applyNonPersistentConfiguration(logger PASS_ENGINE_PARAMETER_SUFFIX);
TriggerShape *s = &engine->triggerCentral.triggerShape; TriggerShape *s = &engine->triggerCentral.triggerShape;