1
0
Fork 0
forked from len0rd/rockbox

Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_tick delay

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-04-05 21:50:07 +00:00
parent c778aa6ac8
commit a018cb56c9

View file

@ -312,7 +312,7 @@ static void postpone_dma_tick(void)
{
unsigned int count;
count = FREQ / 1000 / 8;
count = FREQ / 2000 / 8;
/* We are using timer 1 */