Skip to content

Commit

Permalink
update makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejboczar committed Jan 8, 2020
1 parent 346cc4c commit 0afcd90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/serial-cdc-loopback/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = serial-bitbang-loopback
TARGET = serial-cdc-loopback
LIBFX2DIR = ../../third_party/libfx2
LIBRARIES = fx2 fx2usb fx2isrs
FLAGS = -I../../common -DDEBUG
Expand Down
2 changes: 1 addition & 1 deletion examples/serial-loopback/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TARGET = serial-bitbang
TARGET = serial-loopback
LIBFX2DIR = ../../third_party/libfx2
LIBRARIES = fx2 fx2usb fx2isrs
FLAGS = -I../../common -DDEBUG
Expand Down

0 comments on commit 0afcd90

Please sign in to comment.