1
0
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:
Gaëtan Harter 2018-12-19 18:51:38 +01:00
parent a379d95695
commit af810add1a
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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