24 lines
423 B
C
24 lines
423 B
C
#ifndef _USER_GNSS_H
|
|
#define _USER_GNSS_H
|
|
#include "ec20gnss.h"
|
|
|
|
|
|
/*****************************************
|
|
*供外部使用的常变量
|
|
****************************************/
|
|
|
|
|
|
/*****************************************
|
|
*内部函数声明
|
|
****************************************/
|
|
|
|
|
|
/*****************************************
|
|
*对外接口函数声明
|
|
****************************************/
|
|
extern RunResult GNSSInit(void) ;
|
|
|
|
|
|
|
|
#endif
|