From 4544fb1a1fd04893626dd81273a29bad69360cb2 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Fri, 3 Feb 2012 23:15:04 -0500 Subject: proper bootloader timeout and LED control in Leonardo bootloader --- bootloaders/caterina_LUFA/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloaders/caterina_LUFA/makefile') diff --git a/bootloaders/caterina_LUFA/makefile b/bootloaders/caterina_LUFA/makefile index a647af0..5439b5b 100755 --- a/bootloaders/caterina_LUFA/makefile +++ b/bootloaders/caterina_LUFA/makefile @@ -424,7 +424,7 @@ OBJDUMP = avr-objdump SIZE = avr-size AR = avr-ar rcs NM = avr-nm -AVRDUDE = /Applications/avrdude -C /Applications/avrdude.conf +AVRDUDE = /Applications/avrdude -C /Applications/avrdude.conf -B 1 REMOVE = rm -f REMOVEDIR = rm -rf COPY = cp -- cgit v1.2.3-18-g5258