summaryrefslogtreecommitdiff
path: root/apps/settings_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_menu.c')
-rw-r--r--apps/settings_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_menu.c b/apps/settings_menu.c
index 36615cfc6a..27fc5653d1 100644
--- a/apps/settings_menu.c
+++ b/apps/settings_menu.c
@@ -124,8 +124,8 @@ static bool remote_contrast(void)
124{ 124{
125 return set_int( str(LANG_CONTRAST), "", UNIT_INT, 125 return set_int( str(LANG_CONTRAST), "", UNIT_INT,
126 &global_settings.remote_contrast, 126 &global_settings.remote_contrast,
127 lcd_remote_set_contrast, 1, MIN_CONTRAST_SETTING, 127 lcd_remote_set_contrast, 1, MIN_REMOTE_CONTRAST_SETTING,
128 MAX_CONTRAST_SETTING, NULL ); 128 MAX_REMOTE_CONTRAST_SETTING, NULL );
129} 129}
130 130
131static bool remote_invert(void) 131static bool remote_invert(void)