]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: move USB communication from api.c to protocol.c
authorGerhard Sittig <redacted>
Sun, 9 Jan 2022 21:35:49 +0000 (22:35 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
commitdfac959232a9cb2b678a4447a1aff1e03c9ebbe2
tree464dc65ed5833d2f78b28703e0b37f3867c2da8a
parent388438e497cf4faa339bd045c69b33c1429e912e
kingst-la2016: move USB communication from api.c to protocol.c

Move the Kingst LA2016 driver's "receive data" callback (device's
USB communication) to protocol.c where it belongs. This is a pure
move between source code files, behaviour does not change.
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.c