diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-11-30 23:40:26 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-11-30 23:40:26 +0100 |
commit | 33ceead517e156358916da1b83dd8b8d36721d5f (patch) | |
tree | ae5720a77a6b9b99348478b12da22e9eea328db6 /usb-led++/Makefile | |
parent | added example which combines USB CDC and MIDI (diff) |
upgrade of LUFA
Diffstat (limited to 'usb-led++/Makefile')
-rw-r--r-- | usb-led++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-led++/Makefile b/usb-led++/Makefile index 1fcc20c..efbe5bf 100644 --- a/usb-led++/Makefile +++ b/usb-led++/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 |