summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-10-23 13:11:57 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-10-23 13:11:57 +0000
commit37f7f0b23bc360f8ad8ad30b19055470545f5a83 (patch)
treebdaf51446f52ce986c6f55d98381324b9762a785 /firmware/rolo.c
parent500a761cb042ffd23a808c7d62d17809d3f1e543 (diff)
downloadrockbox-37f7f0b23bc360f8ad8ad30b19055470545f5a83.tar.gz
rockbox-37f7f0b23bc360f8ad8ad30b19055470545f5a83.zip
reduce the number of gigabeat warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11316 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/rolo.c b/firmware/rolo.c
index dac51fc0f3..e977f7489f 100644
--- a/firmware/rolo.c
+++ b/firmware/rolo.c
@@ -31,7 +31,8 @@
31#include "buffer.h" 31#include "buffer.h"
32 32
33#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) && \ 33#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) && \
34 (CONFIG_CPU != PP5002) && !defined(IRIVER_H10) && !defined(IRIVER_H10_5GB) 34 (CONFIG_CPU != PP5002) && !defined(IRIVER_H10) && \
35 !defined(IRIVER_H10_5GB) && (CONFIG_CPU != S3C2440)
35/* FIX: this doesn't work on Gmini, iFP, 3rd Gen ipods, or H10 yet */ 36/* FIX: this doesn't work on Gmini, iFP, 3rd Gen ipods, or H10 yet */
36 37
37#define IRQ0_EDGE_TRIGGER 0x80 38#define IRQ0_EDGE_TRIGGER 0x80