mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(sdmmc): Try to reallocate smaller DMA buffer if larger one failed
This commit is contained in:
@@ -48,7 +48,7 @@ extern "C" {
|
||||
.input_delay_phase = SDMMC_DELAY_PHASE_0, \
|
||||
.set_input_delay = &sdmmc_host_set_input_delay, \
|
||||
.set_input_delayline = &sdmmc_host_set_input_delayline, \
|
||||
.unaligned_multi_block_rw_max_chunk_size = 0, \
|
||||
.unaligned_multi_block_rw_max_chunk_size = 16, \
|
||||
.dma_aligned_buffer = NULL, \
|
||||
.pwr_ctrl_handle = NULL, \
|
||||
.check_buffer_alignment = &sdmmc_host_check_buffer_alignment, \
|
||||
|
||||
Reference in New Issue
Block a user