mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
Code police myself.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4bde6daad0
commit
6d498d2831
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ static unsigned short buttonlight_trigger_now;
|
||||||
/* Assumes that the backlight has been initialized */
|
/* Assumes that the backlight has been initialized */
|
||||||
void _backlight_set_brightness(int brightness)
|
void _backlight_set_brightness(int brightness)
|
||||||
{
|
{
|
||||||
(void) brightness; // Actually handled in led_control_service()
|
(void) brightness; /* Actually handled in led_control_service() */
|
||||||
backlight_control = BACKLIGHT_CONTROL_SET;
|
backlight_control = BACKLIGHT_CONTROL_SET;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue