summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/pcf50605.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 61c52a14f5..0610f41aec 100644
--- a/firmware/drivers/pcf50605.c
+++ b/firmware/drivers/pcf50605.c
@@ -25,10 +25,8 @@
25 ****************************************************************************/ 25 ****************************************************************************/
26#include "system.h" 26#include "system.h"
27#include "config.h" 27#include "config.h"
28#if CONFIG_I2C == I2C_PP5020 28#if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
29#include "i2c-pp5020.h" 29#include "i2c-pp.h"
30#elif CONFIG_I2C == I2C_PP5002
31#include "i2c-pp5002.h"
32#endif 30#endif
33#include "rtc.h" 31#include "rtc.h"
34 32