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:
parent
50f3d6a427
commit
e849c6b083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user