1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/openmote-cc2538: fix programmer variable name

This commit is contained in:
Thomas Geithner 2018-01-17 10:59:53 +01:00
parent 50f3d6a427
commit e849c6b083

View File

@ -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