Skip to content

Commit

Permalink
Update ports/espressif/boards/adafruit_feather_esp32s2/pins.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert authored Mar 2, 2022
1 parent ee52795 commit 90c5fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/espressif/boards/adafruit_feather_esp32s2/pins.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
{ MP_ROM_QSTR(MP_QSTR_D5), MP_ROM_PTR(&pin_GPIO5) },
{ MP_ROM_QSTR(MP_QSTR_D6), MP_ROM_PTR(&pin_GPIO6) },

{ MP_ROM_QSTR(MP_QSTR_I2C_POWER_INVERTED), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_I2C_POWER), MP_ROM_PTR(&pin_GPIO7) },
{ MP_ROM_QSTR(MP_QSTR_D7), MP_ROM_PTR(&pin_GPIO7) },

Expand Down

0 comments on commit 90c5fb2

Please sign in to comment.