]> sigrok.org Git - libsigrok.git/blobdiff - hardware/tondaj-sl-814/protocol.h
tondaj-sl-814: Use sr_dev_inst to store connection handle.
[libsigrok.git] / hardware / tondaj-sl-814 / protocol.h
index fad7f501ef3d6a21f88755bba2097575de264da3..ca50b2e89fc341629a7beb7cfa3f82a5525fa9f5 100644 (file)
@@ -48,8 +48,6 @@ struct dev_context {
        /** The current number of already received samples. */
        uint64_t num_samples;
 
-       struct sr_serial_dev_inst *serial;
-
        int state;
 
        uint8_t buf[4];