Skip to content

Commit 036db57

Browse files
committed
Fix formatting
1 parent 0b28c48 commit 036db57

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ports/espressif/boards/lilygo_twatch_s3/mpconfigboard.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
{.scl = &pin_GPIO40, .sda = &pin_GPIO39}}
1717

1818
#define CIRCUITPY_BOARD_SPI (2)
19-
#define CIRCUITPY_BOARD_SPI_PIN { \
20-
{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, /*LCD*/ \
21-
{.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}, /*LORA*/ \
22-
}
19+
#define CIRCUITPY_BOARD_SPI_PIN {{.clock = &pin_GPIO18, .mosi = &pin_GPIO13}, \ /*LCD*/
20+
{.clock = &pin_GPIO3, .mosi = &pin_GPIO1, .miso = &pin_GPIO4}} /*LORA*/
2321

2422
#define DOUBLE_TAP_PIN (&pin_GPIO21)

0 commit comments

Comments
 (0)