summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
committerMichael Sevakis <jethead71@rockbox.org>2009-01-05 00:00:29 +0000
commite2876ee4e2ff260e616863b2c54004516743e766 (patch)
tree4abaff62e18b6a15302391c45eb60ab5174ee4dd /firmware/export/timer.h
parent6d5823f964d8cc2b030d7a713d355f3132e41c45 (diff)
downloadrockbox-e2876ee4e2ff260e616863b2c54004516743e766.tar.gz
rockbox-e2876ee4e2ff260e616863b2c54004516743e766.zip
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
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index f9aa650071..258ab1767a 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -34,7 +34,7 @@
34#elif CONFIG_CPU == PNX0101 34#elif CONFIG_CPU == PNX0101
35 #define TIMER_FREQ 3000000 35 #define TIMER_FREQ 3000000
36#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \ 36#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 \
37 || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 37 || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L
38 #include "timer-target.h" 38 #include "timer-target.h"
39#elif defined(SIMULATOR) 39#elif defined(SIMULATOR)
40 #define TIMER_FREQ 1000000 40 #define TIMER_FREQ 1000000