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:
parent
4cde5a47e2
commit
6ecc16dd5d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user