summaryrefslogtreecommitdiff
path: root/BootLoaderHID/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BootLoaderHID/makefile')
-rw-r--r--BootLoaderHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BootLoaderHID/makefile b/BootLoaderHID/makefile
index 6fe7881..363d3a0 100644
--- a/BootLoaderHID/makefile
+++ b/BootLoaderHID/makefile
@@ -19,7 +19,7 @@ F_USB = $(F_CPU)
OPTIMIZATION = s
TARGET = BootloaderHID
SRC = $(TARGET).c Descriptors.c $(LUFA_SRC_USB)
-LUFA_PATH = ../lufa-LUFA-151115/LUFA
+LUFA_PATH = ../lufa-LUFA-170418/LUFA
CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/
LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET)