hpw422移植新的sdk

This commit is contained in:
xushaoxiang
2026-07-03 18:08:25 +08:00
commit 945a5a5b0b
2583 changed files with 713209 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _BSP_WDOG_H
#define _BSP_WDOG_H
#include "Platform.h"
void xc_wdog_init(uint32_t counter_value);//看门狗初始化
void xc_wdog_feed(void);//喂狗
#endif