]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rdtech-tc/protocol.h
rdtech-tc: rename "buflen" variable, it's "read length"
[libsigrok.git] / src / hardware / rdtech-tc / protocol.h
index 6458460ad49c1dcac61a539a81a9c3764460cbb8..fb0259067858a7a9600a07d254713306b3da88f5 100644 (file)
@@ -49,7 +49,7 @@ struct dev_context {
        struct feed_queue_analog **feeds;
        struct sr_sw_limits limits;
        uint8_t buf[RDTECH_TC_BUFSIZE];
-       size_t buflen;
+       size_t rdlen;
        int64_t cmd_sent_at;
 };