📄 watchdog.h
字号:
/* ------------------------------------------------------------------------
File : watchdog.h
Descr : Watchdog functions.
History: 16OCT.01; Henk B&B; Definition.
--------------------------------------------------------------------------- */
#ifndef WATCHDOG_H
#define WATCHDOG_H
/* ------------------------------------------------------------------------ */
/* Globals */
extern BOOL KickWatchdog;
/* ------------------------------------------------------------------------ */
/* Function prototypes */
void watchdog_init ( void );
void watchdog_disable( void );
void watchdog ( void );
#endif /* WATCHDOG_H */
/* ------------------------------------------------------------------------ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -