]> sigrok.org Git - libsigrok.git/commit
fx2lafw: Organize driver into api.c / protocol.[ch].
authorUwe Hermann <redacted>
Sat, 7 Sep 2013 12:48:38 +0000 (14:48 +0200)
committerUwe Hermann <redacted>
Sun, 6 Oct 2013 20:28:45 +0000 (22:28 +0200)
commit2f9376117c804898eaf75c3efebdbd97b6d89695
tree1f5a76fd477e70dfeb7583f1c2569d5cf057b15b
parentfbf07e020995b2d50ef337a2c629b2b8997dd047
fx2lafw: Organize driver into api.c / protocol.[ch].

This now matches the naming conventions of the other drivers.
hardware/fx2lafw/Makefile.am
hardware/fx2lafw/api.c [new file with mode: 0644]
hardware/fx2lafw/command.c [deleted file]
hardware/fx2lafw/command.h [deleted file]
hardware/fx2lafw/fx2lafw.c [deleted file]
hardware/fx2lafw/fx2lafw.h [deleted file]
hardware/fx2lafw/protocol.c [new file with mode: 0644]
hardware/fx2lafw/protocol.h [new file with mode: 0644]