Skip to content

Commit 8a86f9d

Browse files
authored
Merge pull request #4581 from adafruit/qt-py-rp2040-d3
D3 pin should be GPIO26
2 parents 72055ff + fdc5bb4 commit 8a86f9d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_qtpy_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
1111
{ MP_ROM_QSTR(MP_QSTR_D2), MP_ROM_PTR(&pin_GPIO27) },
1212

1313
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO26) },
14-
{ MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_GPIO27) },
14+
{ MP_ROM_QSTR(MP_QSTR_D3), MP_ROM_PTR(&pin_GPIO26) },
1515

1616
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_GPIO24) },
1717
{ MP_ROM_QSTR(MP_QSTR_D4), MP_ROM_PTR(&pin_GPIO24) },

0 commit comments

Comments
 (0)