]> sigrok.org Git - libsigrok.git/commit
Remove unnecessary std_serial_dev_acquisition_stop() wrappers
authorLars-Peter Clausen <redacted>
Sat, 28 May 2016 12:13:08 +0000 (14:13 +0200)
committerUwe Hermann <redacted>
Tue, 31 May 2016 13:54:53 +0000 (15:54 +0200)
commit4b1a9d5d8641080bf10e269aa12a3fc17460365f
treee1ee84c92baaeea95a1022d22b7881103a3d01fa
parent1b38775baa3016fb4d613c971dce5a4f26cacb7b
Remove unnecessary std_serial_dev_acquisition_stop() wrappers

Now that std_serial_dev_acquisition_stop() has the same signature as
the sr_dev_driver dev_acquisition_stop() callback it is possible to remove
the wrapper functions and use std_serial_dev_acquisition_stop() directly
has the callback function.

Signed-off-by: Lars-Peter Clausen <redacted>
21 files changed:
src/hardware/agilent-dmm/api.c
src/hardware/appa-55ii/api.c
src/hardware/arachnid-labs-re-load-pro/api.c
src/hardware/brymen-dmm/api.c
src/hardware/cem-dt-885x/api.c
src/hardware/center-3xx/api.c
src/hardware/colead-slm/api.c
src/hardware/deree-de5000/api.c
src/hardware/fluke-dmm/api.c
src/hardware/gmc-mh-1x-2x/api.c
src/hardware/kern-scale/api.c
src/hardware/korad-kaxxxxp/api.c
src/hardware/manson-hcs-3xxx/api.c
src/hardware/mic-985xx/api.c
src/hardware/motech-lps-30x/api.c
src/hardware/norma-dmm/api.c
src/hardware/pce-322a/api.c
src/hardware/serial-dmm/api.c
src/hardware/teleinfo/api.c
src/hardware/tondaj-sl-814/api.c
src/lcr/es51919.c