Skip to content

Commit 0576528

Browse files
removed the SPEAKER pin alias
1 parent be3671f commit 0576528

File tree

1 file changed

+0
-1
lines changed
  • ports/espressif/boards/adafruit_feather_esp32_v2

1 file changed

+0
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32_v2/pins.c

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1515

1616
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO25) },
1717
{ MP_ROM_QSTR(MP_QSTR_D25), MP_ROM_PTR(&pin_GPIO25) },
18-
{ MP_ROM_QSTR(MP_QSTR_SPEAKER), MP_ROM_PTR(&pin_GPIO25) },
1918

2019
{ MP_ROM_QSTR(MP_QSTR_A2), MP_ROM_PTR(&pin_GPIO34) },
2120
{ MP_ROM_QSTR(MP_QSTR_D34), MP_ROM_PTR(&pin_GPIO34) },

0 commit comments

Comments
 (0)