Skip to content

Commit b6ff640

Browse files
committed
fixed indentation
1 parent 367ff74 commit b6ff640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/espressif/boards/sunton_esp32_2432S032C/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
#define CIRCUITPY_BOARD_SPI (2)
2222
#define CIRCUITPY_BOARD_SPI_PIN { \
23-
{.clock = &pin_GPIO14, .mosi = &pin_GPIO13, .miso = &pin_GPIO12}, /*LCD*/ \
24-
{.clock = &pin_GPIO18, .mosi = &pin_GPIO23, .miso = &pin_GPIO19}, /*SD*/ \
23+
{.clock = &pin_GPIO14, .mosi = &pin_GPIO13, .miso = &pin_GPIO12}, /*LCD*/ \
24+
{.clock = &pin_GPIO18, .mosi = &pin_GPIO23, .miso = &pin_GPIO19}, /*SD*/ \
2525
}
2626

2727
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)

0 commit comments

Comments
 (0)