Oops - fix yellow.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2008-11-26 11:08:27 +00:00
parent b70f575023
commit 4bde6daad0
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ static int current_brightness = DEFAULT_BRIGHTNESS_SETTING;
void _backlight_fade_update_state(int brightness)
{
current_brightness = brightness;
current_brightness = brightness;
}
/* returns true if fade is finished */

View File

@ -72,6 +72,7 @@ static unsigned short buttonlight_trigger_now;
/* Assumes that the backlight has been initialized */
void _backlight_set_brightness(int brightness)
{
(void) brightness; // Actually handled in led_control_service()
backlight_control = BACKLIGHT_CONTROL_SET;
}