]> sigrok.org Git - libsigrok.git/commit - src/input/trace32_ad.c
Trace32 import module: Send trigger only once
authorSoeren Apel <redacted>
Fri, 8 Jan 2016 22:00:55 +0000 (23:00 +0100)
committerUwe Hermann <redacted>
Thu, 28 Jan 2016 18:03:52 +0000 (19:03 +0100)
commita5be5d5bc008ebdab19b7ed2efe5e5a5b99bb349
treea8472ab68ba3162d1ae34c8d7a26b965bd0e1897
parent27d44cf6e0eaaa75979510596d6148193a8434c0
Trace32 import module: Send trigger only once

As we're downsampling, several record time stamps can match the specified
trigger time. For this reason, it's possible that several trigger packets
are sent when a file is loaded. This prevents the issue and sends a
trigger packet only on the first matching record.
src/input/trace32_ad.c