summaryrefslogtreecommitdiff
path: root/rtc/ds1307.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/ds1307.c')
-rw-r--r--rtc/ds1307.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtc/ds1307.c b/rtc/ds1307.c
index a2a863378..c882d7989 100644
--- a/rtc/ds1307.c
+++ b/rtc/ds1307.c
@@ -201,4 +201,4 @@ static unsigned char bin2bcd (unsigned int n)
return (((n / 10) << 4) | (n % 10));
}
-#endif /* (CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) && (CFG_COMMANDS & CFG_CMD_DATE) */
+#endif