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

makefiles/sam0: remove useless export when setting DEBUG_ADAPTER

This commit is contained in:
Alexandre Abadie 2019-05-31 11:44:56 +02:00
parent 4cde5a47e2
commit 6ecc16dd5d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -20,7 +20,7 @@ endif
include $(RIOTMAKE)/tools/serial.inc.mk
# Default for these boards is to use a CMSIS-DAP programmer
export DEBUG_ADAPTER ?= dap
DEBUG_ADAPTER ?= dap
# EDBG can only be used with a compatible Atmel programmer
ifeq ($(DEBUG_ADAPTER),dap)