Skip to content

Commit 201bc69

Browse files
committed
Remove a comment that refers to previously deleted code
1 parent 1d9b83f commit 201bc69

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/boards/m5stack_m5paper

1 file changed

+0
-2
lines changed

ports/espressif/boards/m5stack_m5paper/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,5 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
7878
{ MP_ROM_QSTR(MP_QSTR_PORTA_I2C), MP_ROM_PTR(&board_porta_i2c_obj) },
7979
{ MP_ROM_QSTR(MP_QSTR_SPI), MP_ROM_PTR(&board_spi_obj) },
8080
{ MP_ROM_QSTR(MP_QSTR_UART), MP_ROM_PTR(&board_uart_obj) },
81-
82-
// TODO: Uncomment once the display initialization code is added.
8381
};
8482
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)