1
0
Fork 0
forked from len0rd/rockbox

Fix iPod 4G grayscale warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8651 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-10 14:45:13 +00:00
parent 1f8529708b
commit 32ed0d80a9
3 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ drivers/mas.c
#ifdef IRIVER_H300_SERIES
drivers/pcf50606.c
#endif
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO) || defined(APPLE_IPOD3G) || defined(APPLE_IPOD4G)
#ifdef IPOD_ARCH
drivers/pcf50605.c
#endif
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)