summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-04-13 11:35:20 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-04-13 11:35:20 +0200
commit3508f7a928d7489cb6d199bd88fb77df4b308887 (patch)
tree2d8f23e63e1aaf73eb56b9e0551c5d60cbdaaba6
parent8f733605373c66ebd64b4180d42b654f3bb246c5 (diff)
herp derp
-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,