summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-11-30 23:53:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-11-30 23:53:09 +0100
commitba9f121c35bfe4abe037407b91fcd1c7bacddc84 (patch)
tree12759e0297e0a9c90a719ef32e97c85d04e73e81
parentslightly improved ADC reading (diff)
updated to new LUFA version
-rw-r--r--motor-pwm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/motor-pwm/Makefile b/motor-pwm/Makefile
index d3a8dfd..4d3e594 100644
--- a/motor-pwm/Makefile
+++ b/motor-pwm/Makefile
@@ -29,7 +29,7 @@ SPREADAVR_PATH := ../contrib/avr-utils
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