mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
TIMERB is in a different location on the S5L8701
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d67c4d2f6b
commit
43ec944e3c
3 changed files with 18 additions and 3 deletions
|
|
@ -54,6 +54,6 @@ void tick_start(unsigned int interval_in_ms)
|
|||
TBCMD = (1 << 0); /* TB_EN */
|
||||
|
||||
/* enable timer interrupt */
|
||||
INTMSK |= (1 << 7);
|
||||
INTMSK |= INTMSK_TIMERB;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue