Skip to content

Commit 285131a

Browse files
authored
Update typo on pin GP2
1 parent 8a3dc92 commit 285131a

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/lilygo_t_display_rp2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/lilygo_t_display_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
88
{ MP_ROM_QSTR(MP_QSTR_GP1), MP_ROM_PTR(&pin_GPIO1) },
99

1010
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO2) },
11-
{ MP_ROM_QSTR(MP_QSTR_GP1), MP_ROM_PTR(&pin_GPIO2) },
11+
{ MP_ROM_QSTR(MP_QSTR_GP2), MP_ROM_PTR(&pin_GPIO2) },
1212

1313
{ MP_ROM_QSTR(MP_QSTR_BUTTON_L), MP_ROM_PTR(&pin_GPIO6) },
1414
{ MP_ROM_QSTR(MP_QSTR_GP6), MP_ROM_PTR(&pin_GPIO6) },

0 commit comments

Comments
 (0)