From fe5e9dd42b6d4167b8c8a609b65b8f0eac112751 Mon Sep 17 00:00:00 2001 From: skarg Date: Mon, 22 Jun 2009 03:54:42 +0000 Subject: [PATCH] Corrected install to write fuses. --- bacnet-stack/ports/bdk-atxx4-mstp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/ports/bdk-atxx4-mstp/Makefile b/bacnet-stack/ports/bdk-atxx4-mstp/Makefile index e5bd85b9..49ccc7de 100644 --- a/bacnet-stack/ports/bdk-atxx4-mstp/Makefile +++ b/bacnet-stack/ports/bdk-atxx4-mstp/Makefile @@ -27,6 +27,7 @@ LINT = splint # jtag2slow = Atmel JTAG ICE mkII, running at 19200 Bd # avrispmkII = AVR ISP MKII # avr109 = bootloader +#AVRDUDE_PROGRAMMERID = avr109 AVRDUDE_PROGRAMMERID = jtag2fast # # port--serial or parallel port to which your @@ -244,7 +245,7 @@ AVRDUDE_READ_FUSES = -U lfuse:r:-:h -U hfuse:r:-:h -U efuse:r:-:h AVRDUDE_WRITE_FLASH = -e -U flash:w:$(TARGET).hex AVRDUDE_INSTALL = $(AVRDUDE_WRITE_FLASH) -AVRDUDE_INSTALL += $(AVRDUDE_READ_FUSES) +AVRDUDE_INSTALL += $(AVRDUDE_WRITE_FUSES) ## Objects that must be built in order to link OBJECTS = $(COBJ) $(DEMOOBJ)