mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC defines from config-*.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ea71be348
commit
8c800cf59a
27 changed files with 48 additions and 62 deletions
|
|
@ -122,7 +122,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 HAVE_RTC
|
||||
#ifdef 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