]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: move acquisition abort from api.c to protocol.c
authorGerhard Sittig <redacted>
Sun, 9 Jan 2022 21:38:52 +0000 (22:38 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:53 +0000 (18:53 +0100)
commit3ebc1cb204f4c81b0847d11b0f26b34e08731d34
tree06bcf8c7cb9280e4a79badaa68b16937248b5c35
parentdfac959232a9cb2b678a4447a1aff1e03c9ebbe2
kingst-la2016: move acquisition abort from api.c to protocol.c

There was the abort_acquisition() routine (whithout a prefix) and the
la2016_abort_acquisition() routine (with a prefix). Fold the termination
of USB reception into the drivers's SR_PRIV routine which resides in
protocol.c, which eliminates the misplaced api.c implementation. Change
a few more receive callback related routines from SR_PRIV to static now
that their calls are intra compile unit.
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.c
src/hardware/kingst-la2016/protocol.h