Watchdog.h 117 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8

#ifndef WATCHDOG_H__
#define WATCHDOG_H__

extern void WDT_Init(void);
extern void WDT_Clear(void);

#endif