forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4467 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c778aa6ac8
commit
a018cb56c9
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue