mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
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:
commit
7eaa185e07
@ -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