forked from len0rd/rockbox
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f2df74079
commit
a97c0f5cf0
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,7 @@ static bool mpeg_set_option(const char* string,
|
|||
return usb;
|
||||
}
|
||||
|
||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS /* Only used for this atm */
|
||||
static bool mpeg_set_int(const char *string, const char *unit,
|
||||
int voice_unit, const int *variable,
|
||||
void (*function)(int), int step,
|
||||
|
@ -278,6 +279,7 @@ static bool mpeg_set_int(const char *string, const char *unit,
|
|||
|
||||
return usb;
|
||||
}
|
||||
#endif /* HAVE_BACKLIGHT_BRIGHNTESS */
|
||||
|
||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||
void mpeg_backlight_update_brightness(int value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue