Merge branch 'docs/fix_formatting_issue_in_section_esp_serial_slave_link' into 'master'

docs: fixed reference link rendering issue

See merge request espressif/esp-idf!34271
This commit is contained in:
Lu Wei Ke
2024-10-18 17:36:26 +08:00

View File

@@ -91,7 +91,7 @@ ESP SDIO Slave
The ESP SDIO slave link (ESSL SDIO) devices relies on the SDMMC component. It includes the usage of communicating with ESP SDIO Slave device via the SDMMC Host or SDSPI Host feature. The ESSL device should be initialized as below:
1. Initialize a SDMMC card (see :doc:` Document of SDMMC driver </api-reference/storage/sdmmc>`) structure.
1. Initialize a SDMMC card (see :doc:`Document of SDMMC driver </api-reference/storage/sdmmc>`) structure.
2. Call :cpp:func:`sdmmc_card_init` to initialize the card.