]> sigrok.org Git - libsigrok.git/blobdiff - hardware/colead-slm/protocol.h
Fix the build when libusb is not available.
[libsigrok.git] / hardware / colead-slm / protocol.h
index 7963babb451ccd4103bad16665d68d608c107aa0..84d65117d3a41017e3b68de343e5fcdafbb0a224 100644 (file)
@@ -51,8 +51,6 @@ struct dev_context {
 
        /** The current number of already received samples. */
        uint64_t num_samples;
-       struct sr_serial_dev_inst *serial;
-       char *serialcomm;
        int state;
        char buf[10];
        int buflen;