Skip to content

Commit ca4636c

Browse files
authored
Merge pull request #10971 from kylefmohr/main
Fix incorrectly named pin
2 parents a37aaaf + 8835fc5 commit ca4636c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/espressif/boards/waveshare_esp32_s3_matrix

ports/espressif/boards/waveshare_esp32_s3_matrix/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3535
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO2) },
3636
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_GPIO2) },
3737

38-
{ MP_ROM_QSTR(MP_QSTR_I01), MP_ROM_PTR(&pin_GPIO1) },
38+
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },
3939
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO1) },
4040
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO1) },
4141

0 commit comments

Comments
 (0)