Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_14341' into 'master'
Browse files Browse the repository at this point in the history
fix(sdmmc): typo in docs (GitHub PR)

Closes IDFGH-13435

See merge request espressif/esp-idf!32711
  • Loading branch information
pacucha42 committed Aug 11, 2024
2 parents 354ffb4 + 93c67f1 commit 7eaa185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sdmmc/include/sdmmc_cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eaa185

Please sign in to comment.