From f113babe62add42d3cecce8d30853fbad91ab9ab Mon Sep 17 00:00:00 2001 From: luweike Date: Fri, 18 Oct 2024 11:33:42 +0800 Subject: [PATCH] docs: fixed reference link rendering issue --- docs/en/api-reference/protocols/esp_serial_slave_link.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/protocols/esp_serial_slave_link.rst b/docs/en/api-reference/protocols/esp_serial_slave_link.rst index af35ba5ed0..b3ab831180 100644 --- a/docs/en/api-reference/protocols/esp_serial_slave_link.rst +++ b/docs/en/api-reference/protocols/esp_serial_slave_link.rst @@ -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 `) structure. +1. Initialize a SDMMC card (see :doc:`Document of SDMMC driver `) structure. 2. Call :cpp:func:`sdmmc_card_init` to initialize the card.