6 lines
165 B
C
6 lines
165 B
C
#ifndef _BSP_WDOG_H
|
|
#define _BSP_WDOG_H
|
|
#include "Platform.h"
|
|
void xc_wdog_init(uint32_t counter_value);//看门狗初始化
|
|
void xc_wdog_feed(void);//喂狗
|
|
#endif |