]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/protocol.h
fx2lafw: Use new library software trigger.
[libsigrok.git] / hardware / fx2lafw / protocol.h
index 11887c80d7bd2ac93c41392ba6d7564ab2949706..fef0dd76bb85f8ae730d4553fb9760b780ac625c 100644 (file)
@@ -85,8 +85,7 @@ struct dev_context {
        gboolean trigger_fired;
        gboolean acq_aborted;
        gboolean sample_wide;
-       unsigned int cur_trigger_stage;
-       int cur_trigger_step;
+       struct soft_trigger_logic *stl;
 
        unsigned int sent_samples;
        int submitted_transfers;