]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/fx2lafw/protocol.h
dslogic: Implement acquisition with external clock.
[libsigrok.git] / src / hardware / fx2lafw / protocol.h
index 955045a60c0f3423d3997fb16a6259aad9290443..a02c697f9c2708660428377464a06ed6f134f5d2 100644 (file)
@@ -135,7 +135,7 @@ struct dev_context {
        gboolean dslogic;
        uint16_t dslogic_mode;
        uint32_t trigger_pos;
-       int dslogic_external_clock;
+       gboolean dslogic_external_clock;
        int dslogic_voltage_threshold;
 };