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:
parent
451b129315
commit
785a9546ae
@ -7,8 +7,8 @@ FLASHER = $(RIOTBOARD)/$(BOARD)/dist/robotis-loader.py
|
|||||||
DEBUGGER =
|
DEBUGGER =
|
||||||
DEBUGSERVER =
|
DEBUGSERVER =
|
||||||
|
|
||||||
HEXFILE = $(BINFILE)
|
FLASHFILE ?= $(BINFILE)
|
||||||
FFLAGS = $(PORT) $(HEXFILE)
|
FFLAGS = $(PORT) $(FLASHFILE)
|
||||||
DEBUGGER_FLAGS =
|
DEBUGGER_FLAGS =
|
||||||
|
|
||||||
# define the default port depending on the host OS
|
# define the default port depending on the host OS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user