summaryrefslogtreecommitdiff
path: root/firmware/export/mcf5249.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/mcf5249.h')
-rw-r--r--firmware/export/mcf5249.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/mcf5249.h b/firmware/export/mcf5249.h
index 006391323b..ed4f4d1915 100644
--- a/firmware/export/mcf5249.h
+++ b/firmware/export/mcf5249.h
@@ -279,5 +279,8 @@
279#define DMA1_REQ_AUDIO_1 0x8000 279#define DMA1_REQ_AUDIO_1 0x8000
280#define DMA1_REQ_AUDIO_2 0x8100 280#define DMA1_REQ_AUDIO_2 0x8100
281 281
282/* Timer frequency */
283/* timer is based on busclk == cpuclk/2 */
284#define TIMER_FREQ (CPU_FREQ/2)
282 285
283#endif 286#endif