]> sigrok.org Git - libsigrok.git/commit
drivers: Replace struct voltage_threshold with an array.
authorUwe Hermann <redacted>
Wed, 26 Jul 2017 18:41:10 +0000 (20:41 +0200)
committerUwe Hermann <redacted>
Mon, 31 Jul 2017 14:23:31 +0000 (16:23 +0200)
commit94e64a0b89c4ad297c122e5ece815fc228e27ee6
treea331fcc82afb8af841d88b7cd29908f49272728b
parent87dc5410273abf9307dc25a2528a6aa98a8ae44b
drivers: Replace struct voltage_threshold with an array.

This makes the code-base more consistent and will allow for wider usage
of upcoming array helper functions.
src/hardware/dreamsourcelab-dslogic/api.c
src/hardware/saleae-logic16/api.c
src/libsigrok-internal.h
src/std.c