summaryrefslogtreecommitdiff
path: root/firmware/drivers/pcf50605.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 17:16:34 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 17:16:34 +0000
commit465596b1639393ef320decced442537133ab09e8 (patch)
tree79c88e59c7ab15e2dab33caf045835b5a118a2e9 /firmware/drivers/pcf50605.c
parentd16a8b8845ed496e9375c5dfac6da2011c9eb362 (diff)
downloadrockbox-465596b1639393ef320decced442537133ab09e8.tar.gz
rockbox-465596b1639393ef320decced442537133ab09e8.zip
More iPod 3G code from Seven Le Mesle
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8582 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/pcf50605.c')
-rw-r--r--firmware/drivers/pcf50605.c4
1 files changed, 4 insertions, 0 deletions
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 @@
24 * 24 *
25 ****************************************************************************/ 25 ****************************************************************************/
26#include "config.h" 26#include "config.h"
27#if CONFIG_I2C == I2C_PP5020
27#include "i2c-pp5020.h" 28#include "i2c-pp5020.h"
29#elif CONFIG_I2C == I2C_PP5002
30#include "i2c-pp5002.h"
31#endif
28#include "rtc.h" 32#include "rtc.h"
29 33
30#define OOCS 0x01 34#define OOCS 0x01