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:
parent
1f8529708b
commit
32ed0d80a9
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
#ifndef SIMULATOR /* not for simulator by now */
|
#ifndef SIMULATOR /* not for simulator by now */
|
||||||
#include "plugin.h"
|
#include "plugin.h"
|
||||||
|
|
||||||
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP)
|
||||||
#include "gray.h"
|
#include "gray.h"
|
||||||
|
|
||||||
PLUGIN_HEADER
|
PLUGIN_HEADER
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ drivers/mas.c
|
||||||
#ifdef IRIVER_H300_SERIES
|
#ifdef IRIVER_H300_SERIES
|
||||||
drivers/pcf50606.c
|
drivers/pcf50606.c
|
||||||
#endif
|
#endif
|
||||||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO) || defined(APPLE_IPODVIDEO) || defined(APPLE_IPOD3G) || defined(APPLE_IPOD4G)
|
#ifdef IPOD_ARCH
|
||||||
drivers/pcf50605.c
|
drivers/pcf50605.c
|
||||||
#endif
|
#endif
|
||||||
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)
|
#if (CONFIG_RTC == RTC_M41ST84W) || (CONFIG_RTC == RTC_PCF50606)
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
#ifndef PCF50605_H
|
#ifndef PCF50605_H
|
||||||
#define PCF50605_H
|
#define PCF50605_H
|
||||||
|
|
||||||
#if defined(APPLE_IPODCOLOR) || defined(APPLE_IPODNANO)
|
#ifdef IPOD_ARCH
|
||||||
int pcf50605_read(int address);
|
int pcf50605_read(int address);
|
||||||
void pcf50605_read_multiple(int address, unsigned char* buf, int count);
|
void pcf50605_read_multiple(int address, unsigned char* buf, int count);
|
||||||
int pcf50605_write(int address, unsigned char val);
|
int pcf50605_write(int address, unsigned char val);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue