mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
tools/avrdude.inc.mk: use FLASHFILE variable
Update to use FLASHFILE as file to be flashed on the board.
This commit is contained in:
parent
0f4e51d543
commit
9bf7d5bb1a
@ -19,4 +19,4 @@ PROGRAMMER_FLAGS += $(FFLAGS_EXTRA)
|
|||||||
|
|
||||||
# don't force to flash HEXFILE, but set it as default
|
# don't force to flash HEXFILE, but set it as default
|
||||||
FLASHFILE ?= $(HEXFILE)
|
FLASHFILE ?= $(HEXFILE)
|
||||||
FFLAGS += -c $(PROGRAMMER) $(PROGRAMMER_FLAGS) -U flash:w:$(HEXFILE)
|
FFLAGS += -c $(PROGRAMMER) $(PROGRAMMER_FLAGS) -U flash:w:$(FLASHFILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user