From 6ea27cc3942fd704b409859f3de8ff949e231a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20H=C3=BCbner?= Date: Sun, 18 May 2025 18:52:38 +0200 Subject: [PATCH] Set PICO_RP2350A to 1 for Pimoroni PGA2350 --- src/boards/include/boards/pimoroni_pga2350.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/include/boards/pimoroni_pga2350.h b/src/boards/include/boards/pimoroni_pga2350.h index 7849444f5..39d0ea2c8 100644 --- a/src/boards/include/boards/pimoroni_pga2350.h +++ b/src/boards/include/boards/pimoroni_pga2350.h @@ -21,7 +21,7 @@ pico_board_cmake_set(PICO_PLATFORM, rp2350) #define PIMORONI_PGA2350_16MB // --- RP2350 VARIANT --- -#define PICO_RP2350A 0 +#define PICO_RP2350A 1 // --- BOARD SPECIFIC --- #define PIMORONI_PGA2350_PSRAM_CS_PIN 47