summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile2
-rw-r--r--usb-led/Makefile2
-rw-r--r--usb-serial/Makefile2
-rw-r--r--usb-spi/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index c99e354..e76e0b3 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -20,7 +20,7 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-LUFA_VERSION := 120730
+LUFA_VERSION := 120219
all: download
download: LUFA-${LUFA_VERSION}.zip
diff --git a/usb-led/Makefile b/usb-led/Makefile
index 962cb39..d73cb3e 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index f3e61ff..7ec4afa 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG
diff --git a/usb-spi/Makefile b/usb-spi/Makefile
index d3ebfe4..15b9bde 100644
--- a/usb-spi/Makefile
+++ b/usb-spi/Makefile
@@ -26,7 +26,7 @@ OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
-LUFA_PATH := ../contrib/LUFA-120730
+LUFA_PATH := ../contrib/LUFA-120219
LUFA_OPTS = -D USB_DEVICE_ONLY
LUFA_OPTS += -D DEVICE_STATE_AS_GPIOR=0
LUFA_OPTS += -D ORDERED_EP_CONFIG