From 2a1e1af6af87403d90e7ace2ac811dc71d7f7798 Mon Sep 17 00:00:00 2001 From: graham sanderson Date: Sun, 24 Nov 2024 20:33:51 -0600 Subject: [PATCH] Add missing CYW43_DEFAULT_PIN_WL_CS to pimoroni_pico_plus2_w_rp2350.h --- src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h b/src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h index 54a9b76cd..ba3c0e56c 100644 --- a/src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h +++ b/src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h @@ -118,6 +118,11 @@ #define CYW43_DEFAULT_PIN_WL_CLOCK 29 #endif +// gpio pin for the spi chip select to the cyw43 chip +#ifndef CYW43_DEFAULT_PIN_WL_CS +#define CYW43_DEFAULT_PIN_WL_CS 25u +#endif + #ifndef CYW43_WL_GPIO_COUNT #define CYW43_WL_GPIO_COUNT 3 #endif