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 48664a1762..cc76d24d18 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -785,7 +785,7 @@ static bool dbg_pcf(void)
785 lcd_putsf(0, line++, "D3REGC: %02x", pcf50605_read(0x26)); 785 lcd_putsf(0, line++, "D3REGC: %02x", pcf50605_read(0x26));
786 lcd_putsf(0, line++, "LPREG1: %02x", pcf50605_read(0x27)); 786 lcd_putsf(0, line++, "LPREG1: %02x", pcf50605_read(0x27));
787 lcd_update(); 787 lcd_update();
788 if (button_get_w_tmo(HZ/10) == (DEBUG_CANCEL|BUTTON_REL)) 788 if (action_userabort(HZ/10))
789 { 789 {
790 lcd_setfont(FONT_UI); 790 lcd_setfont(FONT_UI);
791 return false; 791 return false;