summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 01f3cb8ac4..993881937e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1947,7 +1947,7 @@ static bool dbg_save_roms(void)
1947int radio_lines = 0; 1947int radio_lines = 0;
1948static int radio_callback(int btn, struct gui_synclist *lists) 1948static int radio_callback(int btn, struct gui_synclist *lists)
1949{ 1949{
1950 (void)btn; (void)lists; 1950 (void)btn;
1951 radio_lines = 0; 1951 radio_lines = 0;
1952 if (radio_hardware_present()) 1952 if (radio_hardware_present())
1953 { 1953 {
@@ -1988,6 +1988,7 @@ static int radio_callback(int btn, struct gui_synclist *lists)
1988 (unsigned)info.write_regs[2], (unsigned)info.write_regs[3], 1988 (unsigned)info.write_regs[2], (unsigned)info.write_regs[3],
1989 (unsigned)info.write_regs[4]); 1989 (unsigned)info.write_regs[4]);
1990#endif 1990#endif
1991 gui_synclist_draw(lists);
1991 } 1992 }
1992 else 1993 else
1993 snprintf(debug_list_messages[radio_lines++], DEBUG_MSG_LEN, "HW detected: no"); 1994 snprintf(debug_list_messages[radio_lines++], DEBUG_MSG_LEN, "HW detected: no");