Skip to content

Commit f79a115

Browse files
committed
Fix typo
1 parent 265b703 commit f79a115

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/cytron_maker_uno_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8080

8181
{ MP_ROM_QSTR(MP_QSTR_GP20), MP_ROM_PTR(&pin_GPIO20) },
8282
{ MP_ROM_QSTR(MP_QSTR_D20), MP_ROM_PTR(&pin_GPIO20) },
83-
{ MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPI20) },
83+
{ MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPIO20) },
8484
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO20) },
8585

8686
{ MP_ROM_QSTR(MP_QSTR_GP21), MP_ROM_PTR(&pin_GPIO21) },

0 commit comments

Comments
 (0)