summaryrefslogtreecommitdiff
path: root/lib/MIMOSA
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MIMOSA')
-rw-r--r--lib/MIMOSA/Log.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MIMOSA/Log.pm b/lib/MIMOSA/Log.pm
index 8574132..6714f67 100644
--- a/lib/MIMOSA/Log.pm
+++ b/lib/MIMOSA/Log.pm
@@ -187,6 +187,7 @@ sub merge {
if ($log_elem->{isa} eq 'state'
and $trace_elem->{name} ne 'UNINITIALIZED'
and $trace_elem->{name} ne 'TX'
+ and $trace_elem->{name} ne 'RX'
and $log_elem->{us} < $self->{setup}{state_duration} * 500 ) {
return sprintf('State %s (trigger index %d) was %.1f ms shorter than expected',
$trace_elem->{name}, $data_idx,