forked from len0rd/rockbox
iAudio: working PLL settings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9104 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
22bf64a999
commit
169cd33b37
3 changed files with 85 additions and 1 deletions
|
@ -579,6 +579,7 @@ int system_memory_guard(int newmode)
|
|||
return oldmode;
|
||||
}
|
||||
|
||||
#ifndef TARGET_TREE
|
||||
#ifdef IRIVER_H100
|
||||
#define MAX_REFRESH_TIMER 59
|
||||
#define NORMAL_REFRESH_TIMER 21
|
||||
|
@ -642,7 +643,7 @@ void set_cpu_frequency(long frequency)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#elif CONFIG_CPU == SH7034
|
||||
#include "led.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue