VVT support for VAG trigger #883

This commit is contained in:
rusefi 2020-08-25 12:45:25 -04:00
parent 470a9f5a5a
commit 627d20c436
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ void Engine::initializeTriggerWaveform(Logging *logger DECLARE_ENGINE_PARAMETER_
if (!TRIGGER_WAVEFORM(shapeDefinitionError)) { if (!TRIGGER_WAVEFORM(shapeDefinitionError)) {
/** /**
* this instance is used only to initialize 'this' TriggerWaveform instance * 'initState' instance of TriggerState is used only to initialize 'this' TriggerWaveform instance
* #192 BUG real hardware trigger events could be coming even while we are initializing trigger * #192 BUG real hardware trigger events could be coming even while we are initializing trigger
*/ */
initState.resetTriggerState(); initState.resetTriggerState();