From d4e527b8110e2a52ea1d34258929763daf99aa81 Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Fri, 10 Sep 2004 13:19:41 +0000 Subject: temporary hacks to make it compile with the Ondio (=Player) keypad. No influence for the other platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5060 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/recorder/radio.c') 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) -- cgit v1.2.3