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:
Nils Wallménius 2007-11-18 18:27:36 +00:00
parent e8d81f9036
commit e25a65a198

View file

@ -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 */