Skip to content

Commit e80ff20

Browse files
authored
Remove IO11 from definition
It is used internally on this particular board version despite being broken out to a pin and marked on silkscreen.
1 parent 5a2eb22 commit e80ff20

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/luatos_core_esp32c3/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
2424
{ MP_ROM_QSTR(MP_QSTR_BOOT0), MP_ROM_PTR(&pin_GPIO9) },
2525
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO9) },
2626
{ MP_ROM_QSTR(MP_QSTR_IO10), MP_ROM_PTR(&pin_GPIO10) },
27-
{ MP_ROM_QSTR(MP_QSTR_IO11), MP_ROM_PTR(&pin_GPIO11) },
27+
// IO11 used internally on this board version despite being broken out to a pin
2828
{ MP_ROM_QSTR(MP_QSTR_IO12), MP_ROM_PTR(&pin_GPIO12) },
2929
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO12) },
3030
{ MP_ROM_QSTR(MP_QSTR_IO13), MP_ROM_PTR(&pin_GPIO13) },

0 commit comments

Comments
 (0)