mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(sdmmc): typo in docs
Closes https://github.com/espressif/esp-idf/pull/14341
This commit is contained in:
parent
127306fee6
commit
93c67f16ab
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user