diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index dbb8bb9..887af34 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -430,7 +430,7 @@ bool dbg_ports(void) lcd_puts(0, 7, buf); lcd_update(); - button = button_get(HZ/10); + button = button_get_w_tmo(HZ/10); switch(button) { |