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