]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: reduce a little if-deffery in logic threshold support
authorGerhard Sittig <redacted>
Mon, 31 Jan 2022 18:05:02 +0000 (19:05 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:54 +0000 (18:53 +0100)
commit7de0f6c1ffc52f6f96e2733d66d8d85cf3526000
tree2849ce263545fd96fcd3cb017957b578c3f9423d
parent9270f8f437581605ab4e3e808e2bd62f41ab7d35
kingst-la2016: reduce a little if-deffery in logic threshold support

Move a logic threshold related switch case to the location where its
sibling config keys reside. Which eliminates a separate distant chunk
under an ifdef which should not have been there in the first place.

Make the presence of a device context member depend on the choice of
simple or complex threshold support. The simple approach exclusively
requires one index into the discrete set of a few voltages.
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.h