Fix compile

This commit is contained in:
zakk4223
2025-10-16 08:33:43 -04:00
committed by GitHub
parent 596ebe5dc0
commit 9fc5a2b212

View File

@@ -574,7 +574,7 @@ const char* cfg_get_label(uint8_t alt)
void cfg_parse()
{
memset(&cfg, 0, sizeof(cfg));
cfg.composite_sync = 1;
cfg.csync = 1;
cfg.bootscreen = 1;
cfg.fb_terminal = 1;
cfg.controller_info = 6;