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

Merge pull request #18986 from maribu/boards/qn9080dk

boards/qn9080dk: add default OPENOCD_DEBUG_ADAPTER
This commit is contained in:
Marian Buschsieweke 2022-11-28 17:42:30 +01:00 committed by GitHub
commit 317b12af34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,7 @@ CFLAGS += \
-DCONFIG_BOARD_HAS_XTAL_32M \
#
OPENOCD_DEBUG_ADAPTER ?= dap
# Include default QN908x board config
include $(RIOTBOARD)/common/qn908x/Makefile.include