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

boards/arduino-mkr: don't export MKR_JLINK_DEVICE variables

This commit is contained in:
Alexandre Abadie 2020-02-22 11:40:33 +01:00
parent d10211b7ff
commit 26222d601c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
ifeq ($(PROGRAMMER),jlink)
export MKR_JLINK_DEVICE = atsamw25
MKR_JLINK_DEVICE = atsamw25
endif
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include

View File

@ -1,5 +1,5 @@
ifeq ($(PROGRAMMER),jlink)
export MKR_JLINK_DEVICE = atsamd21
MKR_JLINK_DEVICE = atsamd21
endif
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include

View File

@ -1,5 +1,5 @@
ifeq ($(PROGRAMMER),jlink)
export MKR_JLINK_DEVICE = atsamd21
MKR_JLINK_DEVICE = atsamd21
endif
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include

View File

@ -1,5 +1,5 @@
ifeq ($(PROGRAMMER),jlink)
export MKR_JLINK_DEVICE = atsamd21
MKR_JLINK_DEVICE = atsamd21
endif
include $(RIOTBOARD)/common/arduino-mkr/Makefile.include