diff options
Diffstat (limited to 'rtc/ds1556.c')
| -rw-r--r-- | rtc/ds1556.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rtc/ds1556.c b/rtc/ds1556.c index 440d43aef..4365cfb98 100644 --- a/rtc/ds1556.c +++ b/rtc/ds1556.c @@ -203,4 +203,4 @@ static unsigned char bin2bcd (unsigned int n)  	return (((n / 10) << 4) | (n % 10));  } -#endif	/* CONFIG_RTC_DS1556 && CFG_CMD_DATE */ +#endif |