Files
CHJ/user/MCU/lhl_watchdog.h

8 lines
93 B
C
Raw Normal View History

2026-03-20 21:09:48 +08:00
#ifndef __LHL_WATCHDOG_H__
#define __LHL_WATCHDOG_H__
2026-03-20 21:19:04 +08:00
void clear_WDT(void);
2026-03-20 21:09:48 +08:00
#endif