]> sigrok.org Git - libsigrok.git/commit - src/hardware/rdtech-dps/api.c
rdtech-dps: clear the "acquisition started" condition
authorGerhard Sittig <redacted>
Thu, 28 Sep 2023 10:48:10 +0000 (12:48 +0200)
committerGerhard Sittig <redacted>
Thu, 28 Sep 2023 11:43:50 +0000 (13:43 +0200)
commitcaf54ad394a7bd1baa9b4b134cf279e845df8f45
tree65c8300f3f0a630f16077fdcba3ab97919a185bf
parent1ac04e6d8b7dfdced2c1bb8a6e7a17d76025c13c
rdtech-dps: clear the "acquisition started" condition

The 'acquisition_started' condition was set when the first acquisition
attempted to start, but was never cleared. Adjust error paths in the
acquisition start and the stop code path to update that variable.
src/hardware/rdtech-dps/api.c
src/hardware/rdtech-dps/protocol.c