Skip to content

Commit 499e044

Browse files
committed
Merge branch 'refactor/remove_useless_spi_dma_chan' into 'master'
refactor(spi): Remove useless dma channels See merge request espressif/esp-idf!36600
2 parents 23ce1cc + ee5ae9a commit 499e044

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/esp_driver_spi/src/gpspi/spi_common.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ typedef struct {
5555
void* destroy_arg;
5656
spi_bus_attr_t bus_attr;
5757
spi_dma_ctx_t *dma_ctx;
58-
#if SOC_GDMA_SUPPORTED
59-
gdma_channel_handle_t tx_channel;
60-
gdma_channel_handle_t rx_channel;
61-
#endif
6258
} spicommon_bus_context_t;
6359

6460
static spicommon_bus_context_t s_mainbus = SPI_MAIN_BUS_DEFAULT();

0 commit comments

Comments
 (0)