Skip to content

Commit f13ea93

Browse files
committed
fix A5 pin name
1 parent 6d74723 commit f13ea93

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2323
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_GPIO7) },
2424

2525
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_GPIO6) },
26-
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO5) },
26+
{ MP_ROM_QSTR(MP_QSTR_A5), MP_ROM_PTR(&pin_GPIO6) },
2727
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
2828

2929
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO5) },

0 commit comments

Comments
 (0)