]> granicus.if.org Git - esp-idf/commitdiff
sdmmc: change idx num of example
authorrudi ;-) <ESP32DE@users.noreply.github.com>
Wed, 11 Jan 2017 20:47:38 +0000 (21:47 +0100)
committerIvan Grokhotkov <ivan@espressif.com>
Sun, 15 Jan 2017 18:38:31 +0000 (02:38 +0800)
docs/api/sdmmc.rst

index 126be86576de22d2df0cd879e7d740d8d6098934..e751852f954e6c7cc38841111bd8208071421ceb 100644 (file)
@@ -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