mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Do the CONFIG_LED define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12383 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ac61951452
commit
bd47d48c21
13 changed files with 30 additions and 27 deletions
|
|
@ -173,7 +173,7 @@ extern void statusbar_icon_lock(void);
|
|||
#ifdef CONFIG_RTC
|
||||
extern void statusbar_time(int hour, int minute);
|
||||
#endif
|
||||
#if defined(CONFIG_LED) && (CONFIG_LED == LED_VIRTUAL)
|
||||
#if (CONFIG_LED == LED_VIRTUAL)
|
||||
extern void statusbar_led(void);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue