gps_cfg.h

来自「周立功ARM9 2410试验平台的uCOS-II基础实验代码」· C头文件 代码 · 共 32 行

H
32
字号
/****************************************Copyright (c)**************************************************
**                               Guangzou ZLG-MCU Development Co.,LTD.
**                                      graduate school
**                                 http://www.zlgmcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File name:			GPS_CFG.H
** Last modified Date:	2005-06-17
** Last Version:		1.0
** Descriptions:		header file of GPS CONFIG
**						
**------------------------------------------------------------------------------------------------------
** Created by:			Yehaoben
** Created date:		2005-06-17
** Version:				1.0
** Descriptions:		The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by: 
** Modified date:
** Version:	
** Descriptions: 
**
********************************************************************************************************/

#define			GPS_CMDMaxSize		80		/*revice Command Line length*/
#define			GPS_CMDNUM			7		/*How many command it can process at the same time*/

#define         GPS_TASK_ID         5
#define         GPS_TASK_PRIO       5
#define         GPS_TASK_STACK_SIZE 240 

⌨️ 快捷键说明

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