Files
checker_gen1/source/dev/dev_watchdog.h
2023-06-10 11:52:00 +08:00

16 lines
115 B
C

#ifndef dev_watchdog_h__
#define dev_watchdog_h__
void wdog_start(void);
void wdog_refresh(void);
#endif