summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index f25f2ba6fe..0e9612fd4f 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -29,8 +29,9 @@
29#include "string.h" 29#include "string.h"
30#include "buffer.h" 30#include "buffer.h"
31 31
32#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) 32#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) && \
33/* FIX: this doesn't work on Gmini and iFP yet */ 33 !defined(IPOD_ARCH)
34/* FIX: this doesn't work on Gmini, iFP and iPods yet */
34 35
35#define IRQ0_EDGE_TRIGGER 0x80 36#define IRQ0_EDGE_TRIGGER 0x80
36 37