We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265b703 commit f79a115Copy full SHA for f79a115
ports/raspberrypi/boards/cytron_maker_uno_rp2040/pins.c
@@ -80,7 +80,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
80
81
{ MP_ROM_QSTR(MP_QSTR_GP20), MP_ROM_PTR(&pin_GPIO20) },
82
{ MP_ROM_QSTR(MP_QSTR_D20), MP_ROM_PTR(&pin_GPIO20) },
83
- { MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPI20) },
+ { MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPIO20) },
84
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO20) },
85
86
{ MP_ROM_QSTR(MP_QSTR_GP21), MP_ROM_PTR(&pin_GPIO21) },
0 commit comments