summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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 01f3cb8..9938819 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1947,7 +1947,7 @@ static bool dbg_save_roms(void)
int radio_lines = 0;
static int radio_callback(int btn, struct gui_synclist *lists)
{
- (void)btn; (void)lists;
+ (void)btn;
radio_lines = 0;
if (radio_hardware_present())
{
@@ -1988,6 +1988,7 @@ static int radio_callback(int btn, struct gui_synclist *lists)
(unsigned)info.write_regs[2], (unsigned)info.write_regs[3],
(unsigned)info.write_regs[4]);
#endif
+ gui_synclist_draw(lists);
}
else
snprintf(debug_list_messages[radio_lines++], DEBUG_MSG_LEN, "HW detected: no");