Skip to content

Commit 10b1087

Browse files
Update ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent eae8d2a commit 10b1087

File tree

1 file changed

+3
-1
lines changed
  • ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger

1 file changed

+3
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
4040
{ MP_ROM_QSTR(MP_QSTR_D11), MP_ROM_PTR(&pin_GPIO11) },
4141

4242
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO7) },
43-
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_GPIO7) },
43+
{ MP_ROM_QSTR(MP_QSTR_IO7), MP_ROM_PTR(&pin_GPIO7) },
44+
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO7) },
45+
4446

4547
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO21) },
4648

0 commit comments

Comments
 (0)