summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index d34503b666..6b056dfe31 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -398,6 +398,7 @@ bool radio_screen(void)
398 update_screen = true; 398 update_screen = true;
399 break; 399 break;
400 400
401#if (BUTTON_UP != BUTTON_PLAY) /* FixMe, this is just to make the Ondio compile */
401 case BUTTON_PLAY: 402 case BUTTON_PLAY:
402 if(!screen_freeze) 403 if(!screen_freeze)
403 { 404 {
@@ -411,7 +412,7 @@ bool radio_screen(void)
411 screen_freeze = false; 412 screen_freeze = false;
412 } 413 }
413 break; 414 break;
414 415#endif
415 case SYS_USB_CONNECTED: 416 case SYS_USB_CONNECTED:
416 /* Only accept USB connection when not recording */ 417 /* Only accept USB connection when not recording */
417 if(mpeg_status() != MPEG_STATUS_RECORD) 418 if(mpeg_status() != MPEG_STATUS_RECORD)