Skip to content

Commit f6e2369

Browse files
committed
Removed not available UART in board
1 parent c8191e8 commit f6e2369

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ports/espressif/boards/m5stack_core_fire/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
8888

8989
{ MP_ROM_QSTR(MP_QSTR_I2C), MP_ROM_PTR(&board_i2c_obj) },
9090
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
91-
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
9291

9392
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
9493
};

0 commit comments

Comments
 (0)