Skip to content

Commit 65380c2

Browse files
authored
Merge pull request #6462 from NathanY3G/remove-default-spi-for-challenger-nb-rp2040-wifi-7.3.x
Disable board.SPI() for Challenger NB RP2040 WiFi
2 parents a66489e + 2f0d82a commit 65380c2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/raspberrypi/boards/challenger_nb_rp2040_wifi/mpconfigboard.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
#define DEFAULT_UART_BUS_RX (&pin_GPIO17)
66
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO0)
77
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO1)
8-
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO22)
9-
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23)
10-
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO24)

0 commit comments

Comments
 (0)