]> sigrok.org Git - libsigrok.git/blobdiff - hardware/colead-slm/protocol.h
colead-slm: Use sr_dev_inst to store connection handle
[libsigrok.git] / hardware / colead-slm / protocol.h
index 0e37cd95ab4b8122bbfed1de0aafad245e57d597..84d65117d3a41017e3b68de343e5fcdafbb0a224 100644 (file)
@@ -51,7 +51,6 @@ struct dev_context {
 
        /** The current number of already received samples. */
        uint64_t num_samples;
-       struct sr_serial_dev_inst *serial;
        int state;
        char buf[10];
        int buflen;