Skip to content

Commit 90c5fb2

Browse files
authored
Update ports/espressif/boards/adafruit_feather_esp32s2/pins.c
1 parent ee52795 commit 90c5fb2

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32s2/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1616
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
1717
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },
1818

19-
{ MP_ROM_QSTR(MP_QSTR_I2C_POWER_INVERTED), MP_ROM_PTR(&pin_GPIO7) },
2019
{ MP_ROM_QSTR(MP_QSTR_I2C_POWER), MP_ROM_PTR(&pin_GPIO7) },
2120
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_GPIO7) },
2221

0 commit comments

Comments
 (0)