Stair56E UART project

This commit is contained in:
2026-08-05 19:07:52 +08:00
parent 7ca1af130d
commit f5654b70cc
2500 changed files with 619007 additions and 282610 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