]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic16/protocol.h
saleae-logic16: Add voltage threshold conf.
[libsigrok.git] / hardware / saleae-logic16 / protocol.h
index 80b20f95643ad14fa0d7fd232b3ac4fcd11eafe0..eeb9781ee3685ebf283612dc84a2c19d7f3bd1e8 100644 (file)
@@ -59,6 +59,9 @@ struct dev_context {
        /** The currently configured input voltage of the device */
        enum voltage_range cur_voltage_range;
 
+       /** The input voltage selected by the user */
+       enum voltage_range selected_voltage_range;
+
        /** Channels to use */
        uint16_t cur_channels;