File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,10 @@ UART_DEV(0):RxD | GPIO44 | USB-to-UART bridge | \ref esp32_uart_interfaces "UA
109109\n
110110
111111@note
112- SPI_DEV(1) is only configured if the `sdcard_spi` module is explicitly used to
113- access the SD card in SPI mode. Otherwise, the SDMMC host is configured and
114- used by the `periph_sdmmc` module to access the SD card (default). That is,
115- add module `sdcard_spi` to the make variable `USEMODULE` to use the SD Card
116- in SPI mode.
112+ SPI_DEV(1) is only configured if the `sdcard_spi` module is explicitly added to
113+ the `USEMODULE` in the application's Makefile to access the SD card in SPI mode.
114+ By default, the SDMMC host is configured and used by the `periph_sdmmc`
115+ module to access the SD card.
117116
118117For detailed information about the peripheral configurations of ESP32-S3
119118boards, see section \ref esp32_peripherals "Common Peripherals".
You can’t perform that action at this time.
0 commit comments