]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: rename routine before moving from api.c to protocol.c
authorGerhard Sittig <redacted>
Sun, 9 Jan 2022 21:30:50 +0000 (22:30 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
commit388438e497cf4faa339bd045c69b33c1429e912e
tree0d5293a154c7bfc0213acd07da2ebbe61b73f7b4
parenta7e919a3a6b7fd511acbe1a280536b76c70c28d2
kingst-la2016: rename routine before moving from api.c to protocol.c

The Kingst LA2016 driver implementation would not follow the typical
separation of api.c and protocol.c responsibilities, instead encodes
USB communication to the device on the api.c side. Rename a driver
routine before moving it between files, provide an SR_PRIV decoration.
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.h