From ccf1aaa5bede11c95d219adbf6267426b57613d2 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 17 Dec 2022 02:43:41 -0500 Subject: menus move functions with parameters to their own type left the union with function(void) and function_w_param(param) as a few areas might still need to use both (onplay.c) there might be a few I missed yet.. Change-Id: I593a6875301923e19ba04ad1b0f3173dc9ebdf1f --- apps/menus/radio_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/radio_menu.c') diff --git a/apps/menus/radio_menu.c b/apps/menus/radio_menu.c index 682cecf2b4..b0bdb98569 100644 --- a/apps/menus/radio_menu.c +++ b/apps/menus/radio_menu.c @@ -126,7 +126,7 @@ MENUITEM_FUNCTION_DYNTEXT(radio_mode_item, 0, NULL, NULL, Icon_NOICON); #endif -MENUITEM_FUNCTION(scan_presets_item, MENU_FUNC_USEPARAM, +MENUITEM_FUNCTION_W_PARAM(scan_presets_item, 0, ID2P(LANG_FM_SCAN_PRESETS), presets_scan, NULL, NULL, Icon_NOICON); -- cgit v1.2.3