state validation progress
This commit is contained in:
parent
34e97c5d8e
commit
f7a2cc9e63
|
@ -316,6 +316,8 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
|
|||
|
||||
currentCycle.eventCount[triggerWheel]++;
|
||||
|
||||
efiAssertVoid(CUSTOM_OBD_93, toothed_previous_time <= nowNt, "toothed_previous_time after nowNt");
|
||||
|
||||
efitime_t currentDurationLong = getCurrentGapDuration(nowNt);
|
||||
|
||||
/**
|
||||
|
|
|
@ -85,10 +85,9 @@ static void fireNoisyCycle60_2(EngineTestHelper *eth, int numCycles, int duratio
|
|||
}
|
||||
|
||||
static void resetTrigger(EngineTestHelper ð) {
|
||||
timeNowUs = 0;
|
||||
eth.applyTriggerShape();
|
||||
eth.engine.triggerCentral.resetAccumSignalData();
|
||||
// reset error cnt
|
||||
// reset error counter
|
||||
eth.engine.triggerCentral.triggerState.totalTriggerErrorCounter = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue