aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2015-11-08 14:20:50 +1100
committerDean Camera <dean@fourwalledcubicle.com>2015-11-08 14:20:50 +1100
commit4afebc8b70672e7a860606ba6e2496314265f1d9 (patch)
treee841994f93d8b806e9ffa7c863b1910bbefc6906 /LUFA/Build
parentc9db3f0aa9364284158c208740cce3bb73f72f7e (diff)
downloadlufa-4afebc8b70672e7a860606ba6e2496314265f1d9.tar.gz
lufa-4afebc8b70672e7a860606ba6e2496314265f1d9.tar.bz2
lufa-4afebc8b70672e7a860606ba6e2496314265f1d9.zip
Update dfu-programmer command line arguments, old argument names have been changed in newer releases.
Diffstat (limited to 'LUFA/Build')
-rw-r--r--LUFA/Build/lufa_dfu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Build/lufa_dfu.mk b/LUFA/Build/lufa_dfu.mk
index d7edad6ad..b19df057e 100644
--- a/LUFA/Build/lufa_dfu.mk
+++ b/LUFA/Build/lufa_dfu.mk
@@ -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