probe: default to CMSIS-DAP v2

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
This commit is contained in:
Jonathan Bell
2022-07-07 14:38:03 +01:00
parent 9ef03bc3c8
commit 372072a706

View File

@@ -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