1
0
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:
Alexandre Abadie 2020-03-03 16:19:43 +01:00
parent 5458f4d400
commit 92bbe75412
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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