Skip to content

Commit 12be768

Browse files
authored
Merge pull request #5889 from kattni/qt-py-esp-pin-fix
Fix pin typo.
2 parents 42fbebe + 880d43a commit 12be768

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s2/pins.c

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

2626
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO6) },
2727
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
28-
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO5) },
28+
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO6) },
2929

3030
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO5) },
3131
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },

0 commit comments

Comments
 (0)