diff options
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r-- | apps/recorder/radio.c | 3 |
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) update_screen = true; break; +#if (BUTTON_UP != BUTTON_PLAY) /* FixMe, this is just to make the Ondio compile */ case BUTTON_PLAY: if(!screen_freeze) { @@ -411,7 +412,7 @@ bool radio_screen(void) screen_freeze = false; } break; - +#endif case SYS_USB_CONNECTED: /* Only accept USB connection when not recording */ if(mpeg_status() != MPEG_STATUS_RECORD) |