Skip to content

Commit 0034472

Browse files
committed
Reversal of PR adafruit#4981. GPIO25 on Maker Pi RP2040 is not connected to anything.
1 parent df3f54f commit 0034472

File tree

1 file changed

+0
-3
lines changed
  • ports/raspberrypi/boards/cytron_maker_pi_rp2040

1 file changed

+0
-3
lines changed

ports/raspberrypi/boards/cytron_maker_pi_rp2040/pins.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4242
{ MP_ROM_QSTR(MP_QSTR_BUZZER), MP_ROM_PTR(&pin_GPIO22) },
4343
{ MP_ROM_QSTR(MP_QSTR_GP22), MP_ROM_PTR(&pin_GPIO22) },
4444

45-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO25) },
46-
{ MP_ROM_QSTR(MP_QSTR_GP25), MP_ROM_PTR(&pin_GPIO25) },
47-
4845
{ MP_ROM_QSTR(MP_QSTR_GP26_A0), MP_ROM_PTR(&pin_GPIO26) },
4946
{ MP_ROM_QSTR(MP_QSTR_GP26), MP_ROM_PTR(&pin_GPIO26) },
5047
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO26) },

0 commit comments

Comments
 (0)