gps_cfg.h
来自「SmartARM2200开发平台光盘资料中的所有的源码和测试程序以及应用程序」· 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 3
#define GPS_TASK_PRIO 3
#define GPS_TASK_STACK_SIZE 140
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?