summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-09-10 13:19:41 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-09-10 13:19:41 +0000
commitd4e527b8110e2a52ea1d34258929763daf99aa81 (patch)
tree222b82d81810dec53de2caecc4cfbd1ea6f285d9 /apps/recorder/radio.c
parent3f0e64126e1a568765d46408a1f9d8eee879db29 (diff)
downloadrockbox-d4e527b8110e2a52ea1d34258929763daf99aa81.tar.gz
rockbox-d4e527b8110e2a52ea1d34258929763daf99aa81.zip
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
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)