mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04: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
@ -227,7 +227,7 @@ void rtc_reset (void)
|
|||||||
rtc_write(RTC_CONTROLB, control_b);
|
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;
|
uchar wd_value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user