Skip to content

Commit 15914ed

Browse files
committed
unexpectedmaker_feathers3: Fix A12
1 parent a2fd1e6 commit 15914ed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/unexpectedmaker_feathers3/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_SCL), MP_ROM_PTR(&pin_GPIO9) },
6262
{ MP_ROM_QSTR(MP_QSTR_IO9), MP_ROM_PTR(&pin_GPIO9) },
63-
{ MP_ROM_QSTR(MP_QSTR_A12), MP_ROM_PTR(&pin_GPIO8) },
63+
{ MP_ROM_QSTR(MP_QSTR_A12), MP_ROM_PTR(&pin_GPIO9) },
6464
{ MP_ROM_QSTR(MP_QSTR_D22), MP_ROM_PTR(&pin_GPIO9) },
6565

6666
{ MP_ROM_QSTR(MP_QSTR_IO33), MP_ROM_PTR(&pin_GPIO33) },

0 commit comments

Comments
 (0)