上传文件至 /

This commit is contained in:
2026-03-20 21:09:48 +08:00
commit 286ff98b8e
5 changed files with 306 additions and 0 deletions

10
lhl_watchdog.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef __LHL_WATCHDOG_H__
#define __LHL_WATCHDOG_H__
void SystemIWDGInit(void);
void Stop_WDT(void);
void Clear_WDT(void);
#endif