mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-29 00:11:16 +01:00
Merge pull request #11190 from cladmi/pr/make/flashfile/avrdude
tools/avrdude.inc.mk: use FLASHFILE variable
This commit is contained in:
commit
78fcad5bf3
@ -19,4 +19,4 @@ PROGRAMMER_FLAGS += $(FFLAGS_EXTRA)
|
||||
|
||||
# don't force to flash HEXFILE, but set it as default
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
FFLAGS += -c $(PROGRAMMER) $(PROGRAMMER_FLAGS) -U flash:w:$(HEXFILE)
|
||||
FFLAGS += -c $(PROGRAMMER) $(PROGRAMMER_FLAGS) -U flash:w:$(FLASHFILE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user