stm32_ota/ABM开发板(APP源码)/FreeRTOS版本/APPV4.0/USER/USER_GNSS/user_gnss.h
2024-12-17 20:03:43 +08:00

24 lines
423 B
C

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