#ifndef _DEG_H #define _DEG_H #include "CH57x_common.h" /*初步推断看门狗一个计数时间为4ms左右*/ #define WDT_NUM 125 void WDT_Init(void); void WDT_Feed(void); #endif