mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12811 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0351ca633
commit
2c7b127dd7
21 changed files with 42 additions and 38 deletions
|
|
@ -177,7 +177,7 @@ extern void statusbar_icon_play_state(int state);
|
|||
extern void statusbar_icon_play_mode(int mode);
|
||||
extern void statusbar_icon_shuffle(void);
|
||||
extern void statusbar_icon_lock(void);
|
||||
#ifdef CONFIG_RTC
|
||||
#if CONFIG_RTC
|
||||
extern void statusbar_time(int hour, int minute);
|
||||
#endif
|
||||
#if (CONFIG_LED == LED_VIRTUAL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue