diff --git a/apps/credits.c b/apps/credits.c index 492426ef8d..3f3a6c5f08 100644 --- a/apps/credits.c +++ b/apps/credits.c @@ -87,7 +87,7 @@ void roll_credits(void) lcd_putsxy(0, 0, buffer); lcd_update(); - if (button_get_w_tmo(HZ/20)) + if (button_get_w_tmo(HZ/20) & BUTTON_REL) return; y--;