diff options
Diffstat (limited to 'ports/esp32/machine_hw_spi.c')
-rw-r--r-- | ports/esp32/machine_hw_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/machine_hw_spi.c b/ports/esp32/machine_hw_spi.c index f63b24598..3962e26b7 100644 --- a/ports/esp32/machine_hw_spi.c +++ b/ports/esp32/machine_hw_spi.c @@ -188,7 +188,7 @@ STATIC void machine_hw_spi_init_internal( .pre_cb = NULL }; - //Initialize the SPI bus + // Initialize the SPI bus // Select DMA channel based on the hardware SPI host int dma_chan = 0; |