From: rudi ;-) Date: Wed, 11 Jan 2017 20:47:38 +0000 (+0100) Subject: sdmmc: change idx num of example X-Git-Tag: v2.0-rc1~37^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5feeb195f1588ffc26a5235f21cfaaa14863385;p=esp-idf sdmmc: change idx num of example --- diff --git a/docs/api/sdmmc.rst b/docs/api/sdmmc.rst index 126be86576..e751852f95 100644 --- a/docs/api/sdmmc.rst +++ b/docs/api/sdmmc.rst @@ -15,7 +15,7 @@ Protocol layer works with the host via ``sdmmc_host_t`` structure. This structur Application Example ------------------- -An example which combines SDMMC driver with FATFS library is provided in ``examples/24_sd_card`` directory. This example initializes the card, writes and reads data from it using POSIX and C library APIs. See README.md file in the example directory for more information. +An example which combines SDMMC driver with FATFS library is provided in ``examples/27_sd_card`` directory. This example initializes the card, writes and reads data from it using POSIX and C library APIs. See README.md file in the example directory for more information. Protocol layer APIs