summaryrefslogtreecommitdiff
path: root/usb-led/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usb-led/Makefile')
-rw-r--r--usb-led/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 945ef4d..a353ba7 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -21,9 +21,9 @@
##
NAME := usb-led
-BOARD_TYPE := culV3
+BOARD_TYPE := teensy2
OBJ := $(NAME).o
-LIBS := util led lufa-descriptor-usbserial
+LIBS := util led lufa-descriptor-usbserial usbio
EXTERNAL_LIBS := lufa
LUFA_PATH := ../contrib/LUFA-120219