Skip to content

Commit 220501e

Browse files
committed
dupe LED entries
1 parent 43f93b0 commit 220501e

File tree

2 files changed

+0
-2
lines changed
  • ports/esp32s2/boards
    • unexpectedmaker_feathers2
    • unexpectedmaker_feathers2_prerelease

2 files changed

+0
-2
lines changed

ports/esp32s2/boards/unexpectedmaker_feathers2/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
9191
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21) },
9292

9393
{ MP_ROM_QSTR(MP_QSTR_IO13), MP_ROM_PTR(&pin_GPIO13) },
94-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
9594

9695
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
9796
{ MP_ROM_QSTR(MP_QSTR_AMB), MP_ROM_PTR(&pin_GPIO4) },

ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
9191
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21) },
9292

9393
{ MP_ROM_QSTR(MP_QSTR_IO13), MP_ROM_PTR(&pin_GPIO13) },
94-
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO13) },
9594

9695
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
9796
{ MP_ROM_QSTR(MP_QSTR_AMB), MP_ROM_PTR(&pin_GPIO4) },

0 commit comments

Comments
 (0)