summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 936280ba5a..8ff006d682 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -458,6 +458,9 @@ struct user_settings
458 unsigned char rfms_file[MAX_FILENAME+1]; /* last remote-fms */ 458 unsigned char rfms_file[MAX_FILENAME+1]; /* last remote-fms */
459#endif 459#endif
460#endif /* CONFIG_TUNER */ 460#endif /* CONFIG_TUNER */
461#if defined(HAVE_RDS_CAP) && defined(CONFIG_RTC)
462 bool sync_rds_time; /* use RDS time to set the clock */
463#endif
461 464
462 /* misc options */ 465 /* misc options */
463#ifndef HAVE_WHEEL_ACCELERATION 466#ifndef HAVE_WHEEL_ACCELERATION