diff options
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/pcf50605.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c index 61c52a1..0610f41 100644 --- a/firmware/drivers/pcf50605.c +++ b/firmware/drivers/pcf50605.c @@ -25,10 +25,8 @@ ****************************************************************************/ #include "system.h" #include "config.h" -#if CONFIG_I2C == I2C_PP5020 -#include "i2c-pp5020.h" -#elif CONFIG_I2C == I2C_PP5002 -#include "i2c-pp5002.h" +#if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002 +#include "i2c-pp.h" #endif #include "rtc.h" |