summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-09 17:07:08 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-09 17:07:08 +0100
commit0f9a0c21af0b252b88950fcd1da4f2c22a38b41e (patch)
tree2f12ac3329c9c7b467b21fd4b09c9ec234e9aabb /firmware/Makefile
parentremove unused client (diff)
updated Firmware deps
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index adb07c2..401ae1b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -2,7 +2,7 @@
## dolmetschctl
##
##
-## Copyright (C) 2015 Christian Pointner <equinox@spreadspace.org>
+## Copyright (C) 2015-2018 Christian Pointner <equinox@spreadspace.org>
##
## This file is part of dolmetschctl.
##
@@ -27,7 +27,7 @@ LIBS := util led lufa-descriptor-midi
EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ../contrib/avr-utils
-LUFA_PATH := $(SPREADAVR_PATH)/contrib/lufa-LUFA-140928
+LUFA_PATH := $(SPREADAVR_PATH)/contrib/lufa-LUFA-151115
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG