]> sigrok.org Git - libsigrok.git/commit
fx2lafw: Moved all protocol handling to protocol.c
authorJoel Holdsworth <redacted>
Thu, 15 Jun 2017 17:34:52 +0000 (11:34 -0600)
committerUwe Hermann <redacted>
Mon, 19 Jun 2017 22:18:16 +0000 (00:18 +0200)
commitb0acb693f94d920887684eb9fdae77e036965975
tree2773b5f85584594cf4fff133b3614146090b0003
parent2f3cf5c21d4efab95ea677293a449dc20aa94ef4
fx2lafw: Moved all protocol handling to protocol.c

Previously the USB communication code was split between api.c
and protocol.c, with protocol internals split between both. This
patch puts all the protocol handling code into one source file
reducing the number of internal interfaces and making the code
more readable.
src/hardware/fx2lafw/api.c
src/hardware/fx2lafw/protocol.c
src/hardware/fx2lafw/protocol.h