From 785a9546ae3d4738814415c36e10e543ff9a4015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Wed, 19 Dec 2018 19:24:45 +0100 Subject: [PATCH] boards/opencm904: use FLASHFILE for boards using robotis-loader.py Update to use FLASHFILE as file to be flashed on the board. --- boards/opencm904/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/opencm904/Makefile.include b/boards/opencm904/Makefile.include index 3f04b4aec5..5a535a49fc 100644 --- a/boards/opencm904/Makefile.include +++ b/boards/opencm904/Makefile.include @@ -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