Skip to content

Commit 2a1e1af

Browse files
committed
Add missing CYW43_DEFAULT_PIN_WL_CS to pimoroni_pico_plus2_w_rp2350.h
1 parent b7e255d commit 2a1e1af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
#define CYW43_DEFAULT_PIN_WL_CLOCK 29
119119
#endif
120120

121+
// gpio pin for the spi chip select to the cyw43 chip
122+
#ifndef CYW43_DEFAULT_PIN_WL_CS
123+
#define CYW43_DEFAULT_PIN_WL_CS 25u
124+
#endif
125+
121126
#ifndef CYW43_WL_GPIO_COUNT
122127
#define CYW43_WL_GPIO_COUNT 3
123128
#endif

0 commit comments

Comments
 (0)