summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menus/display_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c
index a938f590a9..b71cbb0e08 100644
--- a/apps/menus/display_menu.c
+++ b/apps/menus/display_menu.c
@@ -187,7 +187,7 @@ MENUITEM_SETTING(remote_flip_display,
187 &global_settings.remote_flip_display, flipdisplay_callback); 187 &global_settings.remote_flip_display, flipdisplay_callback);
188 188
189#ifdef HAVE_REMOTE_LCD_TICKING 189#ifdef HAVE_REMOTE_LCD_TICKING
190int ticking_callback(int action,const struct menu_item_ex *this_item) 190static int ticking_callback(int action,const struct menu_item_ex *this_item)
191{ 191{
192 (void)this_item; 192 (void)this_item;
193 switch (action) 193 switch (action)