From a230ca67a4171ca8c509a6d02c0518dbc4bf4dac Mon Sep 17 00:00:00 2001 From: Dryw Wade Date: Wed, 13 Nov 2024 15:24:11 -0700 Subject: [PATCH] Add pico_cmake_set_default to Thing Plus RP2350 --- src/boards/include/boards/sparkfun_thingplus_rp2350.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boards/include/boards/sparkfun_thingplus_rp2350.h b/src/boards/include/boards/sparkfun_thingplus_rp2350.h index 90dcb0c67..d023f943e 100644 --- a/src/boards/include/boards/sparkfun_thingplus_rp2350.h +++ b/src/boards/include/boards/sparkfun_thingplus_rp2350.h @@ -114,6 +114,7 @@ #define CYW43_WL_GPIO_VBUS_PIN 2 #endif +// pico_cmake_set_default PICO_RP2350_A2_SUPPORTED = 1 #ifndef PICO_RP2350_A2_SUPPORTED #define PICO_RP2350_A2_SUPPORTED 1 #endif