summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 35fe09c1e4..2d8d0e1802 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -690,4 +690,8 @@
690#define DMA_INCR_WIDTH_32BIT (0x2 << 28) 690#define DMA_INCR_WIDTH_32BIT (0x2 << 28)
691/* All other values reserved? */ 691/* All other values reserved? */
692 692
693/* Timer frequency */
694/* Portalplayer chips use a microsecond timer. */
695#define TIMER_FREQ 1000000
696
693#endif /* __PP5020_H__ */ 697#endif /* __PP5020_H__ */