common sense change? "should be safe" famous last words
This commit is contained in:
parent
2b77901e53
commit
4e5f53493d
|
@ -666,6 +666,7 @@ void TriggerState::decodeTriggerEvent(
|
|||
}
|
||||
if (!isValidIndex(triggerShape) && triggerStateListener) {
|
||||
triggerStateListener->OnTriggerInvalidIndex(currentCycle.current_index);
|
||||
return;
|
||||
}
|
||||
if (someSortOfTriggerError) {
|
||||
if (getTimeNowNt() - lastDecodingErrorTime > NT_PER_SECOND) {
|
||||
|
|
Loading…
Reference in New Issue