mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 16:53:30 +08:00
code format
This commit is contained in:
parent
7043451e41
commit
67b6177de7
@ -114,13 +114,9 @@ int rt_hw_wdt_init(void)
|
||||
rt_hw_watchdog_register(&raspi_wdg, "wdg", 0, RT_NULL);
|
||||
return RT_EOK;
|
||||
}
|
||||
|
||||
INIT_DEVICE_EXPORT(rt_hw_wdt_init);
|
||||
|
||||
/**
|
||||
* Reboot
|
||||
*/
|
||||
int reboot(void)
|
||||
void reboot(void)
|
||||
{
|
||||
unsigned int r;
|
||||
|
||||
@ -134,8 +130,6 @@ int reboot(void)
|
||||
PM_RSTC |= (PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET);
|
||||
|
||||
while (1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
MSH_CMD_EXPORT(reboot,reboot system...);
|
||||
#endif /*BSP_USING_WDT */
|
||||
|
@ -22,4 +22,4 @@ struct raspi_wdt_driver
|
||||
|
||||
int rt_hw_wdt_init(void);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user