picoprobe_config: default should be the Pico, not Debug Probe
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"