docs: fix hard coded target name in essl doc

This commit is contained in:
Jakob Hasse
2022-01-04 17:27:30 +08:00
committed by Marius Vikhammer
parent 65e9385d0a
commit 5869a4854f

View File

@@ -176,7 +176,7 @@ counter.
Application Example 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`. :example:`peripherals/sdio`.