]> sigrok.org Git - libsigrok.git/commit
std: Remove call to sr_dev_close from std_serial_dev_acquisition_stop
authorSylvain Munaut <redacted>
Sat, 13 Oct 2018 13:51:15 +0000 (15:51 +0200)
committerUwe Hermann <redacted>
Sat, 2 Nov 2019 15:38:13 +0000 (16:38 +0100)
commitcfdc80151b106ae83f3380cb308d53314974257a
tree279ea06f02d15d3a35fa796e34fe95f19eb6c670
parentf216309fd0576dfe5bad25fa91ade3db35d66a5f
std: Remove call to sr_dev_close from std_serial_dev_acquisition_stop

There is no reason to close the entire device in acquisition_stop and
this actually breaks pulseview on serial devices using this callback
when running multiple acquisition cycles

This fixes bug #1271.

Signed-off-by: Sylvain Munaut <redacted>
src/std.c