diff --git a/firmware/Makefile b/firmware/Makefile index a10c611..89c1864 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -201,7 +201,7 @@ AVRDUDE_PROGRAMMER = dragon_isp AVRDUDE_PORT = -P usb #-P com1 # programmer connected to serial device AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex -#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep +AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep # Uncomment the following if you want avrdude's erase cycle counter.