Skip to content

Commit b048813

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 0fa31ef commit b048813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/esp32/esp32-hal-spi.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ static spi_t _spi_bus_array[] = {
184184
{(volatile spi_dev_t *)(DR_REG_SPI2_BASE), NULL, 1, -1, -1, -1, -1, false},
185185
{(volatile spi_dev_t *)(DR_REG_SPI3_BASE), NULL, 2, -1, -1, -1, -1, false}
186186
#elif CONFIG_IDF_TARGET_ESP32S3 || CONFIG_IDF_TARGET_ESP32P4
187-
{(volatile spi_dev_t *)(DR_REG_SPI2_BASE), NULL, 0, -1, -1, -1, -1, false},
188-
{(volatile spi_dev_t *)(DR_REG_SPI3_BASE), NULL, 1, -1, -1, -1, -1, false}
187+
{(volatile spi_dev_t *)(DR_REG_SPI2_BASE), NULL, 0, -1, -1, -1, -1, false}, {(volatile spi_dev_t *)(DR_REG_SPI3_BASE), NULL, 1, -1, -1, -1, -1, false}
189188
#elif CONFIG_IDF_TARGET_ESP32C2
190189
{(volatile spi_dev_t *)(DR_REG_SPI2_BASE), NULL, 0, -1, -1, -1, -1, false}
191190
#elif CONFIG_IDF_TARGET_ESP32C3

0 commit comments

Comments
 (0)