mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
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:
parent
3665eecf47
commit
d1b8b39f55
3 changed files with 57 additions and 118 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue