mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
mk48t59: fix compile problem introduced by commit d1e23194
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
302e52e0b1
commit
2c5e3cc499
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void rtc_reset (void)
|
|||
rtc_write(RTC_CONTROLB, control_b);
|
||||
}
|
||||
|
||||
int rtc_set_watchdog(short multi, short res)
|
||||
void rtc_set_watchdog(short multi, short res)
|
||||
{
|
||||
uchar wd_value;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue