auto-sync

This commit is contained in:
rusEfi 2015-04-13 11:10:59 -05:00
parent b4c8d7a99c
commit 83c6ac110b
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,8 @@ float actualSynchGap;
static Logging * logger;
efitick_t lastDecodingErrorTime = 0;
/**
* @return TRUE is something is wrong with trigger decoding
*/
@ -196,6 +198,7 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, uint64_t now
triggerDecoderErrorPin.setValue(isDecodingError);
if (isDecodingError) {
lastDecodingErrorTime = getTimeNowNt();
totalTriggerErrorCounter++;
if (engineConfiguration->isPrintTriggerSynchDetails) {
#if EFI_PROD_CODE