Skip to content

Commit 7e992c8

Browse files
committed
rename SD SPI bus
1 parent aa44ebe commit 7e992c8

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/waveshare_esp32_s3_geek

1 file changed

+1
-1
lines changed

ports/espressif/boards/waveshare_esp32_s3_geek/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6161
{ MP_ROM_QSTR(MP_QSTR_SD_MOSI), MP_ROM_PTR(&pin_GPIO35)},
6262
{ MP_ROM_QSTR(MP_QSTR_SD_MISO), MP_ROM_PTR(&pin_GPIO37)},
6363
{ MP_ROM_QSTR(MP_QSTR_SD_CS), MP_ROM_PTR(&pin_GPIO34)},
64-
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
64+
{ MP_ROM_QSTR(MP_QSTR_SD_SPI), MP_ROM_PTR(&board_spi_obj) },
6565

6666
// LCD
6767
{ MP_ROM_QSTR(MP_QSTR_LCD_MOSI), MP_ROM_PTR(&pin_GPIO11) },

0 commit comments

Comments
 (0)