diff options
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
|