mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
boards/openmote-b: don't export JLINK_RESET_FILE
This commit is contained in:
parent
5458f4d400
commit
92bbe75412
@ -24,7 +24,7 @@ else ifeq ($(PROGRAMMER),jlink)
|
||||
export FLASH_ADDR = 0x200000
|
||||
JLINK_DEVICE = CC2538SF53
|
||||
JLINK_IF = JTAG
|
||||
export JLINK_RESET_FILE = $(RIOTBOARD)/openmote-b/dist/hw_reset.seg
|
||||
JLINK_RESET_FILE = $(RIOTBOARD)/openmote-b/dist/hw_reset.seg
|
||||
include $(RIOTMAKE)/tools/jlink.inc.mk
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user