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

boards/calliope-mini: use dap adapter with openocd

This commit is contained in:
Alexandre Abadie 2019-04-17 14:08:02 +02:00
parent 5e789c6595
commit b4fcccc8fe
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -17,7 +17,7 @@ ifeq (fscopy,$(PROGRAMMER))
export DEBUGGER =
export DEBUGSERVER =
else ifeq (openocd,$(PROGRAMMER))
DEBUG_ADAPTER = jlink
DEBUG_ADAPTER = dap
endif
# include nrf51 boards common configuration