Skip to content

Commit 7831065

Browse files
committed
Remove LED pin.
There's just the NEOPIXEL on this board, no other LED.
1 parent d8f18d3 commit 7831065

File tree

1 file changed

+0
-1
lines changed
  • ports/raspberrypi/boards/waveshare_rp2040_zero

1 file changed

+0
-1
lines changed

ports/raspberrypi/boards/waveshare_rp2040_zero/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4040
{ MP_ROM_QSTR(MP_QSTR_VBUS_SENSE), MP_ROM_PTR(&pin_GPIO24) },
4141
{ MP_ROM_QSTR(MP_QSTR_GP24), MP_ROM_PTR(&pin_GPIO24) },
4242

43-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO25) },
4443
{ MP_ROM_QSTR(MP_QSTR_GP25), MP_ROM_PTR(&pin_GPIO25) },
4544

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

0 commit comments

Comments
 (0)