]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-4032l/protocol.h
hantek-4032l: Separate threshold channels.
[libsigrok.git] / src / hardware / hantek-4032l / protocol.h
index f2ea313de301ff7aaa460b0eb22c7cb7f4a3572d..8b75140a1b6758e70cc6e27ce558d13789e64d6f 100644 (file)
@@ -136,7 +136,7 @@ struct dev_context {
        uint8_t buffer[512];
        uint64_t capture_ratio;
        uint32_t trigger_pos;
-       double cur_threshold;
+       double cur_threshold[2];
        uint32_t fpga_version;
 };