summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
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