refactor(spi): Remove useless dma channels

This commit is contained in:
C.S.M
2025-01-24 11:59:46 +08:00
parent 8354773714
commit ee5ae9a1a4

View File

@@ -55,10 +55,6 @@ typedef struct {
void* destroy_arg;
spi_bus_attr_t bus_attr;
spi_dma_ctx_t *dma_ctx;
#if SOC_GDMA_SUPPORTED
gdma_channel_handle_t tx_channel;
gdma_channel_handle_t rx_channel;
#endif
} spicommon_bus_context_t;
static spicommon_bus_context_t s_mainbus = SPI_MAIN_BUS_DEFAULT();