EEPROM write command added.

This commit is contained in:
Kai Lauterbach 2011-12-19 19:23:23 +01:00
parent 6daf3eac91
commit ae799dbbdd

View file

@ -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.