From 465596b1639393ef320decced442537133ab09e8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 5 Feb 2006 17:16:34 +0000 Subject: More iPod 3G code from Seven Le Mesle git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8582 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/pcf50605.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/drivers/pcf50605.c') diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c index d205f89882..122ba6ee38 100644 --- a/firmware/drivers/pcf50605.c +++ b/firmware/drivers/pcf50605.c @@ -24,7 +24,11 @@ * ****************************************************************************/ #include "config.h" +#if CONFIG_I2C == I2C_PP5020 #include "i2c-pp5020.h" +#elif CONFIG_I2C == I2C_PP5002 +#include "i2c-pp5002.h" +#endif #include "rtc.h" #define OOCS 0x01 -- cgit v1.2.3