]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/protocol.h
zeroplus-logic-cube: Use sr_dev_inst to store connection handle
[libsigrok.git] / hardware / zeroplus-logic-cube / protocol.h
index ee710cd3b3c069f69722ed55fcc26dc6d2e19329..3c7154c00c4a01bb2db7f2fb034f480b1bd7cd74 100644 (file)
@@ -51,7 +51,6 @@ struct dev_context {
        // uint8_t trigger_buffer[NUM_TRIGGER_STAGES];
        int trigger;
        unsigned int capture_ratio;
-       struct sr_usb_dev_inst *usb;
        const struct zp_model *prof;
 };