+

来自「基于Luminary远程在线升级解决方案」· 代码 · 共 38 行

TXT
38
字号
/****************************************Copyright (c)**************************************************
**                               Guangzhou ZHIYUAN electronics Co.,LTD.
**                                     
**                                 http://www.embedtools.com
**
**--------------File Info-------------------------------------------------------------------------------
** File Name:               common.h
** Last modified Date:      2008.08.21
** Last Version:            v1.0
** Description:             常用函数集头文件
** 
**------------------------------------------------------------------------------------------------------
** Created By:              Weng Heiwei
** Created date:            2008.08.20
** Version:                 v1.0
** Descriptions:
********************************************************************************************************/
#ifndef  common_H
#define  common_H

#ifdef __cplusplus
  extern "c" {
#endif
/*********************************************************************************************************
** 函数名称: TimeDelay
** 功能描述: 延时
** 入口参数: ulVal         延时长度
** 出口参数: 无
*********************************************************************************************************/
extern void  TimeDelay(unsigned long  ulVal);

#ifdef __cplusplus
}

#endif

#endif

⌨️ 快捷键说明

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