?? gps_cfg.h
字號:
/****************************************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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -