1
0
Fork 0
forked from len0rd/rockbox

Don't forget to fix these too...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20419 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-20 23:27:41 +00:00
parent 280df99c90
commit d63a8fcb7b

View file

@ -71,6 +71,8 @@ bool __timer_set(long cycles, bool start)
system_enable_irq(IRQ_TCU1);
restore_irq(old_irq);
return true;
}
bool __timer_register(void)
@ -80,6 +82,8 @@ bool __timer_register(void)
__tcu_start_counter(1);
restore_irq(old_irq);
return true;
}
void __timer_unregister(void)