Skip to content

Fix formatting. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/espressif/boards/lilygo_tdongle_s3/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static void display_init(void) {
&pin_GPIO3, // MOSI
NULL, // MISO not connected
false); // Not half-duplex

common_hal_busio_spi_never_reset(spi);

bus->base.type = &fourwire_fourwire_type;
Expand Down
2 changes: 1 addition & 1 deletion ports/espressif/boards/lilygo_tdongle_s3/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_APA102_CLK), MP_ROM_PTR(&pin_GPIO39) },
{ MP_ROM_QSTR(MP_QSTR_APA102_DI), MP_ROM_PTR(&pin_GPIO40) },

// SD card control pins
// SD card control pins
{ MP_ROM_QSTR(MP_QSTR_SD_D0), MP_ROM_PTR(&pin_GPIO14) },
{ MP_ROM_QSTR(MP_QSTR_SD_D1), MP_ROM_PTR(&pin_GPIO17) },
{ MP_ROM_QSTR(MP_QSTR_SD_D2), MP_ROM_PTR(&pin_GPIO21) },
Expand Down