summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 52ad72f9f3..674e1b73f1 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -100,7 +100,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
100#include "eq_menu.h" 100#include "eq_menu.h"
101#endif 101#endif
102 102
103#define CONFIG_BLOCK_VERSION 58 103#define CONFIG_BLOCK_VERSION 59
104#define CONFIG_BLOCK_SIZE 512 104#define CONFIG_BLOCK_SIZE 512
105#define RTC_BLOCK_SIZE 44 105#define RTC_BLOCK_SIZE 44
106 106
@@ -357,7 +357,7 @@ static const struct bit_entry hd_bits[] =
357 "remote caption backlight", off_on }, 357 "remote caption backlight", off_on },
358#endif 358#endif
359#ifdef HAVE_BACKLIGHT_BRIGHTNESS 359#ifdef HAVE_BACKLIGHT_BRIGHTNESS
360 {4, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL }, 360 {6, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
361#endif 361#endif
362#ifdef HAVE_BACKLIGHT_PWM_FADING 362#ifdef HAVE_BACKLIGHT_PWM_FADING
363 /* backlight fading */ 363 /* backlight fading */