Use different jump key than the bootloaders in the documentation.
[pub/lufa.git] / LUFA / Build / lufa_dfu.mk
index 956adc8..b19df05 100644 (file)
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2014.
+#     Copyright (C) Dean Camera, 2015.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
@@ -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