os_wdt_config.h

来自「C语言源代码及相关资料」· C头文件 代码 · 共 42 行

H
42
字号
/****************************************Copyright (c)****************************************************
**                            Guangzhou ZHIYUAN electronics Co.,LTD.
**                                      
**                                 http://www.embedtools.com
**
**--------------File Info---------------------------------------------------------------------------------
** File name:               OS_WDT_Config.h
** Last modified Date:      
** Last Version:            1.0.0
** Descriptions:            
**
**--------------------------------------------------------------------------------------------------------
** Created by:              
** Created date:            
** Version:                 1.0.0
** Descriptions:            
**
**--------------------------------------------------------------------------------------------------------
** Modified by:             
** Modified date:           
** Version:                 
** Descriptions:            
**
*********************************************************************************************************/
#ifndef OS_WDT_CONFIG_H
#define OS_WDT_CONFIG_H

#ifdef __cplusplus
extern "C" {
#endif 

/********************************************************************************************************
  配置宏
********************************************************************************************************/

#define OSMaxTask           10                                          /* 看门狗监测最大任务数         */
#define WATCHDOG_TIMEOUT    3000                                        /* 看门狗溢出时间,单位ms       */

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?