summaryrefslogtreecommitdiffstats
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 */
/* PCM addresses for obtaining buffers will be what DMA is using (physical) */
#define HAVE_PCM_DMA_ADDRESS
+/* Timer frequency */
+#define TIMER_FREQ (24000000 / 16)
+
#endif /*__AS3525_H__*/