Skip to content

Commit 5928600

Browse files
committed
Remove extra newline
1 parent e5b94d1 commit 5928600

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ports/espressif/boards/m5stack_cardputer/pins.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
8080
{ MP_ROM_QSTR(MP_QSTR_TFT_SPI), MP_ROM_PTR(&board_spi_obj) },
8181
{ MP_ROM_QSTR(MP_QSTR_SD_SPI), MP_ROM_PTR(&board_sd_spi_obj) },
8282

83-
8483
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
8584
};
8685
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);

0 commit comments

Comments
 (0)