X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e368a899871fe9ecccdcac85019d15c73e13ced7..92e9cb71e290ea7e05d15f4761b8a07d786a8aa9:/LUFA/Build/lufa_dfu.mk diff --git a/LUFA/Build/lufa_dfu.mk b/LUFA/Build/lufa_dfu.mk index 956adc8ba..b19df057e 100644 --- a/LUFA/Build/lufa_dfu.mk +++ b/LUFA/Build/lufa_dfu.mk @@ -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