Merge branch 'contrib/github_pr_14341' into 'master'

fix(sdmmc): typo in docs (GitHub PR)

Closes IDFGH-13435

See merge request espressif/esp-idf!32711
This commit is contained in:
Martin Vychodil 2024-08-11 22:00:13 +08:00
commit 7eaa185e07

View File

@ -283,7 +283,7 @@ esp_err_t sdmmc_io_read_blocks(sdmmc_card_t* card, uint32_t function,
* @param addr byte address within IO function where writing starts
* @param src data to be written. Aligned to 4 byte boundary, and also cache line size if the buffer is behind the
* cache.
* @param size number of bytes to read, must be divisible by the card block
* @param size number of bytes to write, must be divisible by the card block
* size.
* @return
* - ESP_OK on success