添加看门狗驱动

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-05-15 20:04:04 +08:00
parent 64c191ce47
commit 4c94f53f69
13 changed files with 219 additions and 184 deletions

View File

@@ -126,6 +126,6 @@ int rt_wdt_init(void)
LOG_D("wdt device register success.");
return RT_EOK;
}
INIT_BOARD_EXPORT(rt_wdt_init);
//INIT_BOARD_EXPORT(rt_wdt_init);
#endif /* RT_USING_WDT */