8000 Merge remote-tracking branch 'origin/main' · tlyu/circuitpython@a935808 · GitHub
[go: up one dir, main page]

Skip to content

Commit a935808

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e7cbb8e + c4e98e1 commit a935808

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/adafruit_matrixportal_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_matrixportal_s3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
5656
{ MP_ROM_QSTR(MP_QSTR_A3), MP_ROM_PTR(&pin_GPIO10) },
5757
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO9) },
5858
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO3) },
59-
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO11) },
59+
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO12) },
6060

6161
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO4) },
6262

0 commit comments

Comments
 (0)
0