summaryrefslogtreecommitdiff
path: root/firmware/export/as3525.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r--firmware/export/as3525.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h
index 31bbeedc1e..39e0706637 100644
--- a/firmware/export/as3525.h
+++ b/firmware/export/as3525.h
@@ -497,4 +497,7 @@ interface */
497/* PCM addresses for obtaining buffers will be what DMA is using (physical) */ 497/* PCM addresses for obtaining buffers will be what DMA is using (physical) */
498#define HAVE_PCM_DMA_ADDRESS 498#define HAVE_PCM_DMA_ADDRESS
499 499
500/* Timer frequency */
501#define TIMER_FREQ (24000000 / 16)
502
500#endif /*__AS3525_H__*/ 503#endif /*__AS3525_H__*/