Skip to content

Commit 838a5b4

Browse files
committed
typo 🤦‍♂️
1 parent 3b057a6 commit 838a5b4

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
@@ -41,7 +41,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4141
{ MP_ROM_QSTR(MP_QSTR_IO35), MP_ROM_PTR(&pin_GPIO35) },
4242
{ MP_ROM_QSTR(MP_QSTR_IO36), MP_ROM_PTR(&pin_GPIO36) },
4343
{ MP_ROM_QSTR(MP_QSTR_IO37), MP_ROM_PTR(&pin_GPIO37) },
44-
{ MP_ROM_QSTR(MP_QSTR_IO37), MP_ROM_PTR(&pin_GPIO38) },
44+
{ MP_ROM_QSTR(MP_QSTR_IO38), MP_ROM_PTR(&pin_GPIO38) },
4545

4646
// 43-44 UART
4747
{ MP_ROM_QSTR(MP_QSTR_IO43), MP_ROM_PTR(&pin_GPIO43) },

0 commit comments

Comments
 (0)