10000 Fix typo · adafruit/circuitpython@cec9791 · GitHub
[go: up one dir, main page]

Skip to content

Commit cec9791

Browse files
committed
Fix typo
1 parent caa5742 commit cec9791

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

8585
{ MP_ROM_QSTR(MP_QSTR_GP20), MP_ROM_PTR(&pin_GPIO20) },
8686
{ MP_ROM_QSTR(MP_QSTR_D20), MP_ROM_PTR(&pin_GPIO20) },
87-
{ MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPI20) },
87+
{ MP_ROM_QSTR(MP_QSTR_LED20), MP_ROM_PTR(&pin_GPIO20) },
8888
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO20) },
8989

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

0 commit comments

Comments
 (0)
0