From 372072a706a67d433d4f2b03e825d4a64d85c0a7 Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Thu, 7 Jul 2022 14:38:03 +0100 Subject: [PATCH] probe: default to CMSIS-DAP v2 Signed-off-by: Jonathan Bell --- src/picoprobe_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/picoprobe_config.h b/src/picoprobe_config.h index 4bca6c5..ebccd61 100644 --- a/src/picoprobe_config.h +++ b/src/picoprobe_config.h @@ -78,7 +78,7 @@ // Interface config #ifndef PICOPROBE_DEBUG_PROTOCOL -#define PICOPROBE_DEBUG_PROTOCOL PROTO_OPENOCD_CUSTOM +#define PICOPROBE_DEBUG_PROTOCOL PROTO_DAP_V2 #endif #endif