Skip to content

Commit 634949b

Browse files
committed
formatting: apply precheck format
1 parent 6008967 commit 634949b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/elecrow_crowpanel_3.5/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
#define CIRCUITPY_BOARD_SPI (2)
3434
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO23, .miso = &pin_GPIO19}, /* SD */ \
35-
{.clock = &pin_GPIO14, .mosi = &pin_GPIO13, .miso = &pin_GPIO12} /* LCD & touch */ }
35+
{.clock = &pin_GPIO14, .mosi = &pin_GPIO13, .miso = &pin_GPIO12} /* LCD & touch */ }
3636

3737
// UART pins attached to the USB-serial converter chip
3838
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO1)

0 commit comments

Comments
 (0)