]> sigrok.org Git - libsigrok.git/commit
rdtech-tc: rename "buflen" variable, it's "read length"
authorGerhard Sittig <redacted>
Sun, 19 Mar 2023 14:35:33 +0000 (15:35 +0100)
committerGerhard Sittig <redacted>
Sun, 19 Mar 2023 21:40:08 +0000 (22:40 +0100)
commite2bcf2e3b4190877c64ffdbb6a99d64a063cc402
tree4d70e2de4e9300ff7700f4f71e0d260d2dd016bd
parente26a443aadd8ad75dc45d58ffa51e8e86fbb804f
rdtech-tc: rename "buflen" variable, it's "read length"

The 'buflen' variable name could be misleading, as it's not the receive
buffer's size. Instead it is the amount of previously received response
data. Rename it to 'rdlen'.
src/hardware/rdtech-tc/protocol.c
src/hardware/rdtech-tc/protocol.h