We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948c8a4 commit e83b8fdCopy full SHA for e83b8fd
1 file changed
bsp/raspberry-pico/board/Kconfig
@@ -328,8 +328,8 @@ menu "On-chip Peripheral Drivers"
328
endchoice
329
config BSP_SPI1_MISO_PIN
330
int
331
- default 8 if BSP_SPI0_MISO_PIN_8
332
- default 12 if BSP_SPI0_MISO_PIN_12
+ default 8 if BSP_SPI1_MISO_PIN_8
+ default 12 if BSP_SPI1_MISO_PIN_12
333
334
choice
335
prompt "spi1 SCK pin number (GP)"
@@ -347,7 +347,7 @@ menu "On-chip Peripheral Drivers"
347
348
349
prompt "spi1 CS pin number (GP)"
350
- depends on BSP_USING_SPI0
+ depends on BSP_USING_SPI1
351
default BSP_SPI1_CS_PIN_13 if BSP_USING_ARDUINO
352
config BSP_SPI1_CS_PIN_13
353
bool "13"
0 commit comments