summaryrefslogtreecommitdiff
path: root/apps/menus/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/settings_menu.c')
-rw-r--r--apps/menus/settings_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c
index 9a4079f1d0..8adcfe9b7a 100644
--- a/apps/menus/settings_menu.c
+++ b/apps/menus/settings_menu.c
@@ -337,7 +337,7 @@ MENUITEM_SETTING(car_adapter_mode, &global_settings.car_adapter_mode, NULL);
337MENUITEM_SETTING(start_screen, &global_settings.start_in_screen, NULL); 337MENUITEM_SETTING(start_screen, &global_settings.start_in_screen, NULL);
338 338
339#ifdef HAVE_BUTTON_LIGHT 339#ifdef HAVE_BUTTON_LIGHT
340MENUITEM_SETTING(button_light_timeout, &global_settings.button_light_timeout, NULL); 340MENUITEM_SETTING(buttonlight_timeout, &global_settings.buttonlight_timeout, NULL);
341#endif 341#endif
342 342
343#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS 343#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
@@ -371,7 +371,7 @@ MAKE_MENU(system_menu, ID2P(LANG_SYSTEM),
371 &car_adapter_mode, 371 &car_adapter_mode,
372#endif 372#endif
373#ifdef HAVE_BUTTON_LIGHT 373#ifdef HAVE_BUTTON_LIGHT
374 &button_light_timeout, 374 &buttonlight_timeout,
375#endif 375#endif
376#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS 376#ifdef HAVE_BUTTONLIGHT_BRIGHTNESS
377 &buttonlight_brightness 377 &buttonlight_brightness