Merge pull request #8375 from dailab/openmote-jlink-fix
fixed wrong makefile variable name
This commit is contained in:
commit
65cd43e760
@ -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…
x
Reference in New Issue
Block a user