auto-sync
This commit is contained in:
parent
8079167179
commit
31aa22fe17
|
@ -297,7 +297,7 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
|
||||||
toothed_previous_time = nowNt;
|
toothed_previous_time = nowNt;
|
||||||
}
|
}
|
||||||
if (!isValidIndex(PASS_ENGINE_PARAMETER_F)) {
|
if (!isValidIndex(PASS_ENGINE_PARAMETER_F)) {
|
||||||
warning(OBD_PCM_Processor_Fault, "unexpected eventIndex=%d while size %d", currentCycle.current_index, TRIGGER_SHAPE(size));
|
warning(OBD_PCM_Processor_Fault, "sync error: index #%d above total size %d", currentCycle.current_index, TRIGGER_SHAPE(size));
|
||||||
lastDecodingErrorTime = getTimeNowNt();
|
lastDecodingErrorTime = getTimeNowNt();
|
||||||
someSortOfTriggerError = true;
|
someSortOfTriggerError = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue