forked from len0rd/rockbox
Fixed the prerecording as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d554d801f5
commit
22c0a2d747
1 changed files with 1 additions and 1 deletions
|
@ -2164,7 +2164,7 @@ static void start_prerecording(void)
|
||||||
mas_readmem(MAS_BANK_D0, 0x7f1, &val,1);
|
mas_readmem(MAS_BANK_D0, 0x7f1, &val,1);
|
||||||
} while(val & 1);
|
} while(val & 1);
|
||||||
|
|
||||||
sleep(20);
|
sleep(HZ/100);
|
||||||
|
|
||||||
is_recording = true;
|
is_recording = true;
|
||||||
stop_pending = false;
|
stop_pending = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue