8 lines
93 B
C
8 lines
93 B
C
#ifndef __LHL_WATCHDOG_H__
|
|
#define __LHL_WATCHDOG_H__
|
|
|
|
void clear_WDT(void);
|
|
#endif
|
|
|
|
|