diff options
Diffstat (limited to 'rtc/pcf8563.c')
-rw-r--r-- | rtc/pcf8563.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/pcf8563.c b/rtc/pcf8563.c index 5e86836..2d73d5d 100644 --- a/rtc/pcf8563.c +++ b/rtc/pcf8563.c @@ -141,4 +141,4 @@ static unsigned char bin2bcd (unsigned int n) return (((n / 10) << 4) | (n % 10)); } -#endif /* CONFIG_RTC_PCF8563 && CFG_CMD_DATE */ +#endif |