From e849c6b0836c56e414bd5f4912c8a9ae403bfc92 Mon Sep 17 00:00:00 2001 From: Thomas Geithner <thomas.geithner@dai-labor.de> Date: Wed, 17 Jan 2018 10:59:53 +0100 Subject: [PATCH] boards/openmote-cc2538: fix programmer variable name --- boards/openmote-cc2538/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/openmote-cc2538/Makefile.include b/boards/openmote-cc2538/Makefile.include index 549c7476f8..ffada23131 100644 --- a/boards/openmote-cc2538/Makefile.include +++ b/boards/openmote-cc2538/Makefile.include @@ -12,7 +12,7 @@ export PROGRAMMER ?= cc2538-bsl ifeq ($(PROGRAMMER),jlink) # setup JLink for flashing export JLINK_DEVICE := cc2538sf53 - export JLINK_FLASH_ADDR := 200000 + export FLASH_ADDR := 200000 export JLINK_IF := JTAG export TUI := 1 include $(RIOTMAKE)/tools/jlink.inc.mk -- GitLab