mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Added backlight_time stub
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1219 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3ef95dcea
commit
b45491df8f
1 changed files with 5 additions and 0 deletions
|
|
@ -114,3 +114,8 @@ void backlight_on(void)
|
||||||
{
|
{
|
||||||
/* we could do something better here! */
|
/* we could do something better here! */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void backlight_time(int dummy)
|
||||||
|
{
|
||||||
|
(void)dummy;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue