]> sigrok.org Git - libsigrok.git/commit
dreamsourcelab-dslogic: Properly set initial voltage threshold.
authorUwe Hermann <redacted>
Sat, 28 Apr 2018 21:39:59 +0000 (23:39 +0200)
committerUwe Hermann <redacted>
Sat, 28 Apr 2018 21:39:59 +0000 (23:39 +0200)
commit55bcd7ad4549041ef3621e4a47dc06584f16df1e
treeb2de5e847cdd55036d301e4b0decca7e8d55f4da
parent8a14fc0828b54a1a6e5be37323ca4c660b8b7bed
dreamsourcelab-dslogic: Properly set initial voltage threshold.

The initial voltage threshold in dev_open() was being set to a
default value in the devc->cur_threshold variable but not actually set
in the device itself.

Patch by Jörg Alpers <redacted>, thanks a lot!
src/hardware/dreamsourcelab-dslogic/api.c