forked from len0rd/rockbox
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
This commit is contained in:
parent
da6aae3fd3
commit
a1f87441de
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue