From cdc33333c99806236ca496b2a4b304566a268dea Mon Sep 17 00:00:00 2001 From: Jonathan Bell Date: Tue, 2 May 2023 10:00:44 +0100 Subject: [PATCH] picoprobe_config: default should be the Pico, not Debug Probe --- src/picoprobe_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/picoprobe_config.h b/src/picoprobe_config.h index c156959..68b791c 100644 --- a/src/picoprobe_config.h +++ b/src/picoprobe_config.h @@ -47,8 +47,8 @@ // TODO tie this up with PICO_BOARD defines in the main SDK -//#include "board_pico_config.h" -#include "board_debugprobe_config.h" +#include "board_pico_config.h" +//#include "board_debugprobe_config.h" //#include "board_example_config.h"