Skip to content

Commit a639004

Browse files
committed
unexpectedmaker_tinys3: Fix D43, D44
1 parent 15914ed commit a639004

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

ports/espressif/boards/unexpectedmaker_tinys3/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6767
{ MP_ROM_QSTR(MP_QSTR_D36), MP_ROM_PTR(&pin_GPIO36) },
6868

6969
{ MP_ROM_QSTR(MP_QSTR_IO43), MP_ROM_PTR(&pin_GPIO43) },
70-
{ MP_ROM_QSTR(MP_QSTR_D1), MP_ROM_PTR(&pin_GPIO43) },
70+
{ MP_ROM_QSTR(MP_QSTR_D43), MP_ROM_PTR(&pin_GPIO43) },
7171
{ MP_ROM_QSTR(MP_QSTR_TX), MP_ROM_PTR(&pin_GPIO43) },
7272

7373
{ MP_ROM_QSTR(MP_QSTR_IO44), MP_ROM_PTR(&pin_GPIO44) },
74-
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO44) },
74+
{ MP_ROM_QSTR(MP_QSTR_D44), MP_ROM_PTR(&pin_GPIO44) },
7575
{ MP_ROM_QSTR(MP_QSTR_RX), MP_ROM_PTR(&pin_GPIO44) },
7676

7777
// Battery voltage sense pin

0 commit comments

Comments
 (0)