summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-03-30 08:28:24 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-03-30 08:28:24 +0000
commit22c0a2d747f56f67a1291512af3a41d617186ecc (patch)
treef9432344b800686c37e0543912da400b7adb7610 /firmware
parentd554d801f58584df8197bf390eb9690b2060c358 (diff)
Fixed the prerecording as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 72c6f1a4de..a880cc5776 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2164,7 +2164,7 @@ static void start_prerecording(void)
mas_readmem(MAS_BANK_D0, 0x7f1, &val,1);
} while(val & 1);
- sleep(20);
+ sleep(HZ/100);
is_recording = true;
stop_pending = false;