Fix build on non-RTC targets.

talk_time and talk_date are now exposed to plugins, so the strings they
reference need to be moved from rtc-only to global.

Change-Id: I88166dc21455d595878d3d1ec557289cd3a5ff6b
This commit is contained in:
Solomon Peachy 2019-07-20 12:58:57 -04:00
parent 3665eecf47
commit d1b8b39f55
3 changed files with 57 additions and 118 deletions

View file

@ -480,9 +480,7 @@ struct user_settings
int qs_items[QUICKSCREEN_ITEM_COUNT];
#endif
#if CONFIG_RTC
int timeformat; /* time format: 0=24 hour clock, 1=12 hour clock */
#endif
#ifdef HAVE_DISK_STORAGE
int disk_spindown; /* time until disk spindown, in seconds (0=off) */