summaryrefslogtreecommitdiff
path: root/usb-pwm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-11-30 23:40:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-11-30 23:40:26 +0100
commit33ceead517e156358916da1b83dd8b8d36721d5f (patch)
treeae5720a77a6b9b99348478b12da22e9eea328db6 /usb-pwm
parentadded example which combines USB CDC and MIDI (diff)
upgrade of LUFA
Diffstat (limited to 'usb-pwm')
-rw-r--r--usb-pwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-pwm/Makefile b/usb-pwm/Makefile
index 6bf7c8f..4f410ab 100644
--- a/usb-pwm/Makefile
+++ b/usb-pwm/Makefile
@@ -29,7 +29,7 @@ SPREADAVR_PATH := ..
RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc
RESET_PARAM := 'r'
-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