Skip to content

Commit c9b8197

Browse files
authored
Update ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c
1 parent 10b1087 commit c9b8197

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2350_adalogger/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
3131
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO3) },
3232

3333
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
34-
{ MP_ROM_QSTR(MP_QSTR_D12, MP_ROM_PTR(&pin_GPIO4) },
34+
{ MP_ROM_QSTR(MP_QSTR_D12), MP_ROM_PTR(&pin_GPIO4) },
3535

3636
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
3737
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },

0 commit comments

Comments
 (0)