summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/radio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index ddde3e9a79..4afe0b2204 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -893,7 +893,7 @@ bool radio_screen(void)
893 while(1) 893 while(1)
894 { 894 {
895 button = get_action(CONTEXT_FM, TIMEOUT_BLOCK); 895 button = get_action(CONTEXT_FM, TIMEOUT_BLOCK);
896 if(button == (ACTION_FM_STOP | BUTTON_REL)) 896 if(button == ACTION_FM_STOP)
897 break; 897 break;
898 } 898 }
899 } 899 }