mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Add missing CYW43_DEFAULT_PIN_WL_CS to pimoroni_pico_plus2_w_rp2350.h
This commit is contained in:
parent
b7e255d18d
commit
2a1e1af6af
1 changed files with 5 additions and 0 deletions
|
|
@ -118,6 +118,11 @@
|
||||||
#define CYW43_DEFAULT_PIN_WL_CLOCK 29
|
#define CYW43_DEFAULT_PIN_WL_CLOCK 29
|
||||||
#endif
|
#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
|
#ifndef CYW43_WL_GPIO_COUNT
|
||||||
#define CYW43_WL_GPIO_COUNT 3
|
#define CYW43_WL_GPIO_COUNT 3
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue