diff options
author | Zach Eveland <zeveland@blacklabel-development.com> | 2012-02-03 23:15:04 -0500 |
---|---|---|
committer | Zach Eveland <zeveland@blacklabel-development.com> | 2012-02-03 23:15:04 -0500 |
commit | 4544fb1a1fd04893626dd81273a29bad69360cb2 (patch) | |
tree | bdb311b9061882779585c534c9b0e7d71ee630b6 /bootloaders/caterina_LUFA/makefile | |
parent | d7b0507e8a226a639f000fd1c6e7de70117c7c84 (diff) |
proper bootloader timeout and LED control in Leonardo bootloader
Diffstat (limited to 'bootloaders/caterina_LUFA/makefile')
-rwxr-xr-x | bootloaders/caterina_LUFA/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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
|