Skip to content

Commit a2fd1e6

Browse files
committed
unexpectedmaker_pros3: Fix D43, D44
1 parent 5afd7d4 commit a2fd1e6

File tree

1 file changed

+2
-2
lines changed
  • ports/espressif/boards/unexpectedmaker_pros3

1 file changed

+2
-2
lines changed

ports/espressif/boards/unexpectedmaker_pros3/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
107107
{ MP_ROM_QSTR(MP_QSTR_D42), MP_ROM_PTR(&pin_GPIO42) },
108108

109109
{ MP_ROM_QSTR(MP_QSTR_IO43), MP_ROM_PTR(&pin_GPIO43) },
110-
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO43) },
110+
{ MP_ROM_QSTR(MP_QSTR_D43), MP_ROM_PTR(&pin_GPIO43) },
111111
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO43) },
112112

113113
{ MP_ROM_QSTR(MP_QSTR_IO44), MP_ROM_PTR(&pin_GPIO44) },
114-
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO44) },
114+
{ MP_ROM_QSTR(MP_QSTR_D44), MP_ROM_PTR(&pin_GPIO44) },
115115
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO44) },
116116

117117
// Battery voltage sense pin

0 commit comments

Comments
 (0)