forked from len0rd/rockbox
Gigabeat S: Get timer API working. metronome will work now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19676 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d5823f964
commit
e2876ee4e2
5 changed files with 166 additions and 10 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#elif CONFIG_CPU == PNX0101
|
||||
#define TIMER_FREQ 3000000
|
||||
#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \
|
||||
|| defined(CPU_TCC77X) || CONFIG_CPU == AS3525
|
||||
|| defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L
|
||||
#include "timer-target.h"
|
||||
#elif defined(SIMULATOR)
|
||||
#define TIMER_FREQ 1000000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue