1
0
Fork 0
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:
Linus Nielsen Feltzing 2006-03-18 21:29:17 +00:00
parent 22bf64a999
commit 169cd33b37
3 changed files with 85 additions and 1 deletions

View file

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