now everything should work
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6534 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7477c09b42
commit
ca98052be4
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ static bool remote_backlight_timer(void)
|
||||||
{ "90s", TALK_ID(90, UNIT_SEC) }
|
{ "90s", TALK_ID(90, UNIT_SEC) }
|
||||||
};
|
};
|
||||||
return set_option(str(LANG_BACKLIGHT), &global_settings.remote_backlight_timeout,
|
return set_option(str(LANG_BACKLIGHT), &global_settings.remote_backlight_timeout,
|
||||||
INT, names, 19, backlight_set_timeout );
|
INT, names, 19, remote_backlight_set_timeout );
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* HAVE_REMOTE_LCD */
|
#endif /* HAVE_REMOTE_LCD */
|
||||||
|
|
Loading…
Reference in a new issue