Files
checker_gen1/source/dev/dev_watchdog.h

16 lines
115 B
C
Raw Normal View History

2023-06-10 11:52:00 +08:00
#ifndef dev_watchdog_h__
#define dev_watchdog_h__
void wdog_start(void);
void wdog_refresh(void);
#endif