From 5869a4854fdfb69e961c95260ebcc875e92f026d Mon Sep 17 00:00:00 2001 From: Jakob Hasse Date: Tue, 4 Jan 2022 17:27:30 +0800 Subject: [PATCH] docs: fix hard coded target name in essl doc --- 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 180d386b7c..c1d526a405 100644 --- a/docs/en/api-reference/protocols/esp_serial_slave_link.rst +++ b/docs/en/api-reference/protocols/esp_serial_slave_link.rst @@ -176,7 +176,7 @@ counter. Application Example ------------------- -The example below shows how ESP32 SDIO host and slave communicate with each other. The host use the ESSL SDIO. +The example below shows how {IDF_TARGET_NAME} SDIO host and slave communicate with each other. The host use the ESSL SDIO. :example:`peripherals/sdio`.