Skip to content

Commit

Permalink
Update sd_card_manager.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Spooks4576 committed Nov 5, 2024
1 parent 7e1fabc commit d094db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/managers/sd_card_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ esp_err_t sd_card_init(void) {
#ifdef CONFIG_IDF_TARGET_ESP32
int dmabus = 2;
#elif CONFIG_IDF_TARGET_ESP32S3
int dmabus = 2;
int dmabus = SPI_DMA_CH_AUTO;
#else
int dmabus = SPI_DMA_CH_AUTO;
#endif
Expand Down

0 comments on commit d094db7

Please sign in to comment.