fix(sdspi): add dma_aligned_buffer and pwr_ctrl_handle fields

Closes https://github.com/espressif/esp-idf/pull/14288
This commit is contained in:
Atsunori Saito 2024-08-01 14:15:41 +09:00 committed by Armando
parent 6568f8c553
commit 2ebd58bbc0

View File

@ -54,6 +54,8 @@ typedef int sdspi_dev_handle_t;
.get_real_freq = &sdspi_host_get_real_freq, \
.input_delay_phase = SDMMC_DELAY_PHASE_0, \
.set_input_delay = NULL, \
.dma_aligned_buffer = NULL, \
.pwr_ctrl_handle = NULL, \
.get_dma_info = &sdspi_host_get_dma_info, \
}