Skip to content

Commit

Permalink
fix(sdspi): add dma_aligned_buffer and pwr_ctrl_handle fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tunefs committed Aug 1, 2024
1 parent 41dd1a3 commit 9a3742a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/esp_driver_sdspi/include/driver/sdspi_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
}

Expand Down

0 comments on commit 9a3742a

Please sign in to comment.