summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/main_menu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 90c8c1d7fc..ee60b37497 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -532,9 +532,12 @@ MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
#ifdef HAVE_LCD_CHARCELLS
-static int mainmenu_callback(int action,const struct menu_item_ex *this_item)
+static int mainmenu_callback(int action,
+ const struct menu_item_ex *this_item,
+ struct gui_synclist *lists)
{
(void)this_item;
+ (void)lists;
switch (action)
{
case ACTION_ENTER_MENUITEM: