Skip to content

Commit

Permalink
Add missing CYW43_DEFAULT_PIN_WL_CS to pimoroni_pico_plus2_w_rp2350.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Nov 25, 2024
1 parent b7e255d commit 2a1e1af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/boards/include/boards/pimoroni_pico_plus2_w_rp2350.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a1e1af

Please sign in to comment.