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,
|
int backlight_timeout; /* backlight off timeout: 0-18 0=never,
|
||||||
1=always,
|
1=always,
|
||||||
then according to timeout_values[] */
|
then according to timeout_values[] */
|
||||||
|
#if CONFIG_CHARGING
|
||||||
int backlight_timeout_plugged;
|
int backlight_timeout_plugged;
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
||||||
int backlight_fade_in; /* backlight fade in timing: 0..3 */
|
int backlight_fade_in; /* backlight fade in timing: 0..3 */
|
||||||
|
|
Loading…
Reference in a new issue