Skip to content

Commit 8a0e316

Browse files
committed
Modified pin definitions
1 parent 16d3353 commit 8a0e316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/raspberrypi/boards/wiznet_w55rp20_evb_pico

ports/raspberrypi/boards/wiznet_w55rp20_evb_pico/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
6060

6161
{ MP_ROM_QSTR(MP_QSTR_GP28_A2), MP_ROM_PTR(&pin_GPIO28) },
6262
{ MP_ROM_QSTR(MP_QSTR_GP28), MP_ROM_PTR(&pin_GPIO28) },
63-
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO28) },
63+
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO28) },
6464

6565
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO29) },
6666
{ MP_ROM_QSTR(MP_QSTR_VOLTAGE_MONITOR), MP_ROM_PTR(&pin_GPIO29) },

0 commit comments

Comments
 (0)