1
0
Fork 0
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:
Michael Sevakis 2008-05-18 00:25:04 +00:00
parent 1f2df74079
commit a97c0f5cf0

View file

@ -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)