matlab_23550/Inu/Src2/N12_Xilinx/x_wdog.h

19 lines
190 B
C

/*
* x_wdog.h
*
* Created on: 10 ôåâð. 2020 ã.
* Author: yura
*/
#ifndef _X_WDOG_H_
#define _X_WDOG_H_
void stop_wdog(void);
void start_wdog(void);
#endif /* _X_WDOG_H_ */