1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/opencm904: use FLASHFILE for boards using robotis-loader.py

Update to use FLASHFILE as file to be flashed on the board.
This commit is contained in:
Gaëtan Harter 2018-12-19 19:24:45 +01:00
parent 451b129315
commit 785a9546ae
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -7,8 +7,8 @@ FLASHER = $(RIOTBOARD)/$(BOARD)/dist/robotis-loader.py
DEBUGGER =
DEBUGSERVER =
HEXFILE = $(BINFILE)
FFLAGS = $(PORT) $(HEXFILE)
FLASHFILE ?= $(BINFILE)
FFLAGS = $(PORT) $(FLASHFILE)
DEBUGGER_FLAGS =
# define the default port depending on the host OS