drv_watch_dog.h 160 B

1234567891011
  1. #ifndef __DRV_WATCH_DOG_H__
  2. #define __DRV_WATCH_DOG_H__
  3. #define Feed_Watch_Dog() fwdgt_counter_reload()
  4. void Watch_Dog_Initial(void);
  5. #endif