fix(sdmmc): typo in docs

Closes https://github.com/espressif/esp-idf/pull/14341
This commit is contained in:
Steffen Beyer 2024-08-09 01:02:43 +02:00 committed by Martin Vychodil
parent 127306fee6
commit 93c67f16ab

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