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:
parent
451b129315
commit
785a9546ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user