We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b94d1 commit 5928600Copy full SHA for 5928600
ports/espressif/boards/m5stack_cardputer/pins.c
@@ -80,7 +80,6 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
80
{ MP_ROM_QSTR(MP_QSTR_TFT_SPI), MP_ROM_PTR(&board_spi_obj) },
81
{ MP_ROM_QSTR(MP_QSTR_SD_SPI), MP_ROM_PTR(&board_sd_spi_obj) },
82
83
-
84
{ MP_ROM_QSTR(MP_QSTR_DISPLAY), MP_ROM_PTR(&displays[0].display)}
85
};
86
MP_DEFINE_CONST_DICT(board_module_globals, board_module_globals_table);
0 commit comments