diff --git a/cfg.cpp b/cfg.cpp index 4e9b7f1..583a438 100644 --- a/cfg.cpp +++ b/cfg.cpp @@ -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;