10000
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 caa5742 commit cec9791Copy full SHA for cec9791
ports/raspberrypi/boards/cytron_maker_uno_rp2040/pins.c
@@ -84,7 +84,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
84
85
{ MP_ROM_QSTR(MP_QSTR_GP20), MP_ROM_PTR(&pin_GPIO20) },
86
{ MP_ROM_QSTR(MP_QSTR_D20), MP_ROM_PTR(&pin_GPIO20) },
87
- { MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPI20) },
+ { MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPIO20) },
88
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO20) },
89
90
{ MP_ROM_QSTR(MP_QSTR_GP21), MP_ROM_PTR(&pin_GPIO21) },
0 commit comments