]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/hantek-6xxx/protocol.h
hantek-6xxx: Ignore requests to set Hantek 6022BE coupling.
[libsigrok.git] / src / hardware / hantek-6xxx / protocol.h
index 0c54ec92cf4a2e2583a4644fd68edef331ebd615..c32792e3c898712d0486485e0cba5221e27080d0 100644 (file)
@@ -99,6 +99,7 @@ struct hantek_6xxx_profile {
        const char *firmware;
        const char **coupling_vals;
        uint8_t coupling_tab_size;
+       gboolean has_coupling;
 };
 
 struct dev_context {
@@ -127,6 +128,7 @@ struct dev_context {
        int coupling[NUM_CHANNELS];
        const char **coupling_vals;
        uint8_t coupling_tab_size;
+       gboolean has_coupling;
        uint64_t samplerate;
 
        uint64_t limit_msec;