summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorHåvard Espeland <gus@ping.uio.no>2011-02-05 19:36:28 +0100
committerHåvard Espeland <gus@ping.uio.no>2011-02-05 19:36:28 +0100
commitf5dbbe6ca075ba1479a89c64a1b9bb29db213f3e (patch)
treec3ac6fe3463d2d1e93d028face5bf72fe0b68fdb /makefile
parent237ea87c4fcb4865863fc15e07e179323caa7881 (diff)
downloadat90usb-bootloader-f5dbbe6ca075ba1479a89c64a1b9bb29db213f3e.tar.gz
at90usb-bootloader-f5dbbe6ca075ba1479a89c64a1b9bb29db213f3e.tar.bz2
at90usb-bootloader-f5dbbe6ca075ba1479a89c64a1b9bb29db213f3e.tar.xz
at90usb-bootloader-f5dbbe6ca075ba1479a89c64a1b9bb29db213f3e.zip
Fuses: Enable debugWire
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index cbc5904..2e17ec2 100644
--- a/makefile
+++ b/makefile
@@ -353,7 +353,7 @@ AVRDUDE_PROGRAMMER = jtag2isp
AVRDUDE_PORT = usb
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
-AVRDUDE_SET_FUSES = -U lfuse:w:0xdf:m -U hfuse:w:0xd8:m -U efuse:w:0xfc:m
+AVRDUDE_SET_FUSES = -U lfuse:w:0xdf:m -U hfuse:w:0x58:m -U efuse:w:0xfc:m
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep