We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ce1cc + ee5ae9a commit 499e044Copy full SHA for 499e044
components/esp_driver_spi/src/gpspi/spi_common.c
@@ -55,10 +55,6 @@ typedef struct {
55
void* destroy_arg;
56
spi_bus_attr_t bus_attr;
57
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
62
} spicommon_bus_context_t;
63
64
static spicommon_bus_context_t s_mainbus = SPI_MAIN_BUS_DEFAULT();
0 commit comments