summaryrefslogtreecommitdiff
path: root/firmware/drivers/pcf50605.c
diff options
context:
space:
mode:
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