X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;h=54b2f97df9b3ea980b87520c01d26a5711bb798e;hb=4237fbcaac84160a04333244ba0a309b952d3a8f;hp=2e424ac32b790436120d16865a2da028342ccd85;hpb=f18e0db3b8e8c24703e74fe36f9353381221b3c7;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index 2e424ac3..54b2f97d 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -133,8 +133,8 @@ struct dev_context { /* Is this a DSLogic? */ gboolean dslogic; uint16_t dslogic_mode; + uint32_t trigger_pos; int dslogic_external_clock; - gboolean trigger_en; }; SR_PRIV int fx2lafw_command_start_acquisition(const struct sr_dev_inst *sdi);