From 6e2dc5d291538a8e6cc50415e2c911ef31048381 Mon Sep 17 00:00:00 2001 From: raldone01 Date: Tue, 1 Dec 2020 15:39:44 +0100 Subject: [PATCH] Fix minor documentation issue Merges https://github.com/espressif/esp-idf/pull/6192 Signed-off-by: yiying --- components/sdmmc/include/sdmmc_cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sdmmc/include/sdmmc_cmd.h b/components/sdmmc/include/sdmmc_cmd.h index 666f35560d..6e2f98d90d 100644 --- a/components/sdmmc/include/sdmmc_cmd.h +++ b/components/sdmmc/include/sdmmc_cmd.h @@ -62,7 +62,7 @@ esp_err_t sdmmc_write_sectors(sdmmc_card_t* card, const void* src, size_t start_sector, size_t sector_count); /** - * Write given number of sectors to SD/MMC card + * Read given number of sectors from the SD/MMC card * * @param card pointer to card information structure previously initialized * using sdmmc_card_init