Skip to content

Commit dd88904

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 9a98f59 + 4167778 commit dd88904

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
2525
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
2626
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO12) },
2727
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO13) },
28+
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
2829

2930
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO16) },
3031

0 commit comments

Comments
 (0)