summaryrefslogtreecommitdiff
path: root/usb-serial
diff options
context:
space:
mode:
Diffstat (limited to 'usb-serial')
-rw-r--r--usb-serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index d24433d..b1f7687 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -24,5 +24,6 @@ NAME := usb-serial
OBJ := $(NAME).o
LIBS := util led
BOARD_TYPE := teensy2
+LUFA_DIR := ../contrib/LUFA-120219
include ../include.mk