Skip to content

Commit 6d02f12

Browse files
noqmandhalbert
andauthored
Update ports/raspberrypi/boards/cytron_maker_uno_rp2040/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent 36b76dd commit 6d02f12

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
@@ -89,7 +89,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8989

9090
{ MP_ROM_QSTR(MP_QSTR_GP21), MP_ROM_PTR(&pin_GPIO21) },
9191
{ MP_ROM_QSTR(MP_QSTR_D21), MP_ROM_PTR(&pin_GPIO21) },
92-
{ MP_ROM_QSTR(MP_QSTR_LED21), MP_ROM_PTR(&pin_GPI21) },
92+
{ MP_ROM_QSTR(MP_QSTR_LED21), MP_ROM_PTR(&pin_GPIO21) },
9393
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO21) },
9494

9595
{ MP_ROM_QSTR(MP_QSTR_GP26_A0), MP_ROM_PTR(&pin_GPIO26) },

0 commit comments

Comments
 (0)