progress #363
This commit is contained in:
parent
964f924529
commit
22840a70c5
|
@ -223,6 +223,12 @@ static ALWAYS_INLINE void reportEventToWaveChart(trigger_event_e ckpSignalType,
|
|||
void TriggerCentral::handleShaftSignal(trigger_event_e signal DECLARE_ENGINE_PARAMETER_S) {
|
||||
efiAssertVoid(engine!=NULL, "configuration");
|
||||
|
||||
if (triggerState->triggerDefinitionError) {
|
||||
// trigger is broken, we cannot do anything here
|
||||
warning(CUSTOM_ERR_6144, "Sgaft event while trigger is mis-configured");
|
||||
return;
|
||||
}
|
||||
|
||||
nowNt = getTimeNowNt();
|
||||
|
||||
engine->onTriggerEvent(nowNt);
|
||||
|
|
Loading…
Reference in New Issue