summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-20 23:15:38 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-20 23:15:38 +0000
commit280df99c90df6e2b9cef984dea6cd45f6083cb95 (patch)
treef2d66bcc2959ea52e4592fe6735dbcd27282b9f1 /firmware/export/timer.h
parent343c3b795a69e4fc7efa081a56d34906585213b4 (diff)
downloadrockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.tar.gz
rockbox-280df99c90df6e2b9cef984dea6cd45f6083cb95.zip
Actually kill them..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20418 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index 258ab1767a..27a8ace409 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -34,7 +34,8 @@
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 || CONFIG_CPU == IMX31L 37 || defined(CPU_TCC77X) || CONFIG_CPU == AS3525 || CONFIG_CPU == IMX31L \
38 || CONFIG_CPU == JZ4732
38 #include "timer-target.h" 39 #include "timer-target.h"
39#elif defined(SIMULATOR) 40#elif defined(SIMULATOR)
40 #define TIMER_FREQ 1000000 41 #define TIMER_FREQ 1000000