plugged timeout depends on CONFIG_CHARGING and is not needed for all targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15671 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e8d81f9036
commit
e25a65a198
1 changed files with 2 additions and 0 deletions
|
@ -394,7 +394,9 @@ struct user_settings
|
|||
int backlight_timeout; /* backlight off timeout: 0-18 0=never,
|
||||
1=always,
|
||||
then according to timeout_values[] */
|
||||
#if CONFIG_CHARGING
|
||||
int backlight_timeout_plugged;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
||||
int backlight_fade_in; /* backlight fade in timing: 0..3 */
|
||||
|
|
Loading…
Reference in a new issue