1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-03-30 08:28:24 +00:00
parent d554d801f5
commit 22c0a2d747

View file

@ -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;