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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index dbb8bb9266..887af34814 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -430,7 +430,7 @@ bool dbg_ports(void)
430 lcd_puts(0, 7, buf); 430 lcd_puts(0, 7, buf);
431 431
432 lcd_update(); 432 lcd_update();
433 button = button_get(HZ/10); 433 button = button_get_w_tmo(HZ/10);
434 434
435 switch(button) 435 switch(button)
436 { 436 {