This commit is contained in:
2026-03-20 21:19:04 +08:00
parent 90c3d919df
commit 9d3b4b836f
247 changed files with 22127 additions and 30305 deletions

5
user/MCU/lhl_watchdog.h Executable file → Normal file
View File

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