matlab_23550/Inu/Src2/N12_Xilinx/x_wdog.h

19 lines
190 B
C
Raw Normal View History

/*
* x_wdog.h
*
* Created on: 10 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2020 <EFBFBD>.
* Author: yura
*/
#ifndef _X_WDOG_H_
#define _X_WDOG_H_
void stop_wdog(void);
void start_wdog(void);
#endif /* _X_WDOG_H_ */