Skip to content

Commit 037d893

Browse files
ladyadadhalbert
andauthored
Update ports/espressif/boards/adafruit_feather_esp32s2/pins.c
Co-authored-by: Dan Halbert <[email protected]>
1 parent ccb6c5e commit 037d893

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/espressif/boards/adafruit_feather_esp32s2/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
6565

6666
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
6767
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
68+
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) }
6869
};
6970
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)