summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index db3b45d155..b3623f233a 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -349,7 +349,7 @@ static const struct bit_entry hd_bits[] =
349 "remote caption backlight", off_on }, 349 "remote caption backlight", off_on },
350#endif 350#endif
351#ifdef HAVE_BACKLIGHT_BRIGHTNESS 351#ifdef HAVE_BACKLIGHT_BRIGHTNESS
352 {4, S_O(brightness), 9, "brightness", NULL }, 352 {4, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
353#endif 353#endif
354#ifdef HAVE_BACKLIGHT_PWM_FADING 354#ifdef HAVE_BACKLIGHT_PWM_FADING
355 /* backlight fading */ 355 /* backlight fading */