]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found