mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/fscopy: use FLASHFILE when using fscopy
Update to use FLASHFILE as file to be flashed on the board.
This commit is contained in:
parent
a379d95695
commit
af810add1a
@ -5,8 +5,8 @@ FLASHER = $(RIOTBOARD)/$(BOARD)/dist/flash.sh
|
||||
DEBUGGER =
|
||||
DEBUGSERVER =
|
||||
|
||||
HEXFILE = $(BINFILE)
|
||||
FFLAGS = $(HEXFILE)
|
||||
FLASHFILE ?= $(BINFILE)
|
||||
FFLAGS = $(FLASHFILE)
|
||||
DEBUGGER_FLAGS =
|
||||
|
||||
# define the default port depending on the host OS
|
||||
|
Loading…
Reference in New Issue
Block a user