diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-06-29 14:30:12 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-06-29 14:30:12 +0000 |
commit | ffefe0c08bdeeab725ce5fc054b3add4e05a1f7f (patch) | |
tree | dfc702293ed4218f62c57b8d3ba29e5ae49dc263 /firmware/export/as3525.h | |
parent | c5dedd7d762f48e940ecc0bd17dd2173d59a92e1 (diff) |
Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h
Note : SH has TIMER_FREQ defined to CPU_FREQ, so any code wanting it must include #config.h before #cpu.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21560 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/as3525.h')
-rw-r--r-- | firmware/export/as3525.h | 3 |
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__*/ |