]> sigrok.org Git - libsigrok.git/commit
asix-sigma: Nit, remove redundant USB VID/PID declaration
authorGerhard Sittig <redacted>
Thu, 25 May 2017 11:31:46 +0000 (13:31 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:48:01 +0000 (22:48 +0200)
commite686119cc287164b0043c44857ab4cf2faedde53
treeaca12068df34b8fb74d764ba8f411350a798dd37
parent9a0a606a8215aa7fd41bb72a3653dff7ef54505b
asix-sigma: Nit, remove redundant USB VID/PID declaration

Both the .c and the .h file declared the same identifiers for USB
properties of ASIX hardware with identical values. Remove the .c
incarnation and keep the .h content, as the names are used in api.c
as well as protocol.c sources.
src/hardware/asix-sigma/protocol.c