Fix #ifdef in backlight.c from previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a8e7e644b
commit
38caf2c807
1 changed files with 2 additions and 2 deletions
|
@ -995,11 +995,11 @@ bool is_remote_backlight_on(bool ignore_always_off)
|
|||
void backlight_set_brightness(int val) { (void)val; }
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BUTTONLIGHT
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
void buttonlight_on(void) {}
|
||||
#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
|
||||
void buttonlight_set_brightness(int val) { (void)val; }
|
||||
#endif
|
||||
#endif /* HAVE_BUTTONLIGHT */
|
||||
#endif /* HAVE_BUTTON_LIGHT */
|
||||
|
||||
#endif /* defined(HAVE_BACKLIGHT) && defined(BACKLIGHT_FULL_INIT) */
|
||||
|
|
Loading…
Reference in a new issue