From f5dbbe6ca075ba1479a89c64a1b9bb29db213f3e Mon Sep 17 00:00:00 2001 From: HÃ¥vard Espeland Date: Sat, 5 Feb 2011 19:36:28 +0100 Subject: Fuses: Enable debugWire --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.2.3