mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
M:Robe 500: Forgot one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22288 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5ca8bf022c
commit
ce00e283b5
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ void tick_start(unsigned int interval_in_ms)
|
|||
IO_INTC_EINT0 |= INTR_EINT0_TMR1;
|
||||
}
|
||||
|
||||
void TIMER1(void) __attribute__ ((section(".icode")));
|
||||
void TIMER1(void)
|
||||
{
|
||||
IO_INTC_IRQ0 = INTR_IRQ0_TMR1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue