]> sigrok.org Git - libsigrok.git/commit - hardware/fx2lafw/protocol.c
fx2lafw: Fix incorrect unitsize when a trigger fires.
authorUwe Hermann <redacted>
Sun, 29 Dec 2013 13:17:10 +0000 (14:17 +0100)
committerUwe Hermann <redacted>
Sun, 29 Dec 2013 13:18:51 +0000 (14:18 +0100)
commit683fd1613735d0e86c3b14c18b11d22492cee88a
tree3b901f3643a882a22548bb5e50e709c080586d6c
parent87b545fba4d537a255dffcf2d8053908e3847480
fx2lafw: Fix incorrect unitsize when a trigger fires.

The unitsize was always being set to 2, regardless of whether an fx2lafw
device with 8 or 16 probes was used.

This fixes bug #182.
hardware/fx2lafw/protocol.c