Skip to content

Commit

Permalink
fixup! boards/lpc2k_pgm: use FLASHFILE for boards using lpc2k_pgm
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Mar 20, 2019
1 parent d11de77 commit dbf0a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/common/msba2/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export LINKFLAGS += -Wl,--gc-sections
# use the nano-specs of Newlib when available
USEMODULE += newlib_nano

FLASHFILE = $(HEXFILE)
FLASHFILE ?= $(HEXFILE)
FFLAGS = $(PORT) $(FLASHFILE)

INCLUDES += -I$(RIOTBOARD)/common/msba2/include
Expand Down

0 comments on commit dbf0a1e

Please sign in to comment.