mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
S5L870x: Fix PCLK freq
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23103 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9f18e1958f
commit
c3dc24b479
3 changed files with 2 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ void INT_TIMERB(void)
|
|||
|
||||
void tick_start(unsigned int interval_in_ms)
|
||||
{
|
||||
int cycles = 10 * interval_in_ms;
|
||||
int cycles = 5 * interval_in_ms;
|
||||
|
||||
/* enable timer clock */
|
||||
PWRCON &= ~(1 << 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue