summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index 9fab86bf21..cdf0318e55 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -248,4 +248,8 @@
248#define MMAP3_LOGICAL (*(volatile unsigned long *)(0xf000f018)) 248#define MMAP3_LOGICAL (*(volatile unsigned long *)(0xf000f018))
249#define MMAP3_PHYSICAL (*(volatile unsigned long *)(0xf000f01c)) 249#define MMAP3_PHYSICAL (*(volatile unsigned long *)(0xf000f01c))
250 250
251/* Timer frequency */
252/* Portalplayer chips use a microsecond timer. */
253#define TIMER_FREQ 1000000
254
251#endif 255#endif