Skip to content

Commit e3c8907

Browse files
authored
Merge pull request #1 from deisterhold/lilygo-tdongle-s3
Fix formatting.
2 parents 444afcf + 2b4e12a commit e3c8907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/lilygo_tdongle_s3/board.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void display_init(void) {
5252
&pin_GPIO3, // MOSI
5353
NULL, // MISO not connected
5454
false); // Not half-duplex
55-
55+
5656
common_hal_busio_spi_never_reset(spi);
5757

5858
bus->base.type = &fourwire_fourwire_type;

ports/espressif/boards/lilygo_tdongle_s3/pins.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
5454
{ MP_ROM_QSTR(MP_QSTR_APA102_CLK), MP_ROM_PTR(&pin_GPIO39) },
5555
{ MP_ROM_QSTR(MP_QSTR_APA102_DI), MP_ROM_PTR(&pin_GPIO40) },
5656

57-
// SD card control pins
57+
// SD card control pins
5858
{ MP_ROM_QSTR(MP_QSTR_SD_D0), MP_ROM_PTR(&pin_GPIO14) },
5959
{ MP_ROM_QSTR(MP_QSTR_SD_D1), MP_ROM_PTR(&pin_GPIO17) },
6060
{ MP_ROM_QSTR(MP_QSTR_SD_D2), MP_ROM_PTR(&pin_GPIO21) },

0 commit comments

Comments
 (0)