]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-4032l/protocol.h
hantek-4032l: Set new pwm threshold handling.
[libsigrok.git] / src / hardware / hantek-4032l / protocol.h
index 8665c8f08e83efab5139f5a523731885a73835c0..f2ea313de301ff7aaa460b0eb22c7cb7f4a3572d 100644 (file)
@@ -136,6 +136,7 @@ struct dev_context {
        uint8_t buffer[512];
        uint64_t capture_ratio;
        uint32_t trigger_pos;
+       double cur_threshold;
        uint32_t fpga_version;
 };