Skip to content

Commit 8835fc5

Browse files
authored
fix incorrectly named pin
1 parent a37aaaf commit 8835fc5

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)