Update dfu-programmer command line arguments, old argument names have been changed...
[pub/USBasp.git] / LUFA / Build / lufa_dfu.mk
index d7edad6..b19df05 100644 (file)
@@ -88,7 +88,7 @@ dfu: $(TARGET).hex $(MAKEFILE_LIST)
 # Programs in the target EEPROM memory using DFU-PROGRAMMER
 dfu-ee: $(TARGET).eep $(MAKEFILE_LIST)
        @echo $(MSG_DFU_CMD) Programming EEPROM with dfu-programmer using \"$<\"
-       dfu-programmer $(MCU) eeprom-flash $<
+       dfu-programmer $(MCU) flash --eeprom $<
        dfu-programmer $(MCU) reset
 
 # Phony build targets for this module