From a1f87441de1dfb9279ce8d345512668a4e0c5c3e Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 11 Feb 2006 11:44:42 +0000 Subject: Disable ROLO for the iPods - it doesn't work and just confuses people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8660 a1c6a512-1295-4272-9138-f99709370657 --- firmware/rolo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firmware') 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 @@ #include "string.h" #include "buffer.h" -#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) -/* FIX: this doesn't work on Gmini and iFP yet */ +#if (CONFIG_CPU != TCC730) && !defined(IRIVER_IFP7XX_SERIES) && \ + !defined(IPOD_ARCH) +/* FIX: this doesn't work on Gmini, iFP and iPods yet */ #define IRQ0_EDGE_TRIGGER 0x80 -- cgit v1.2.3