/******************************************************************************* * File Name : APL.h * Description : * Created on : 2018Äê5ÔÂ8ÈÕ * Author : ¶Å¼ü *******************************************************************************/ #ifndef APL_APL_H_ #define APL_APL_H_ /******************************************************************************* * Include Files * *******************************************************************************/ #include "HIDO_TypeDef.h" /******************************************************************************* * Macro * *******************************************************************************/ /******************************************************************************* * Type Definition * *******************************************************************************/ /******************************************************************************* * Global Function * *******************************************************************************/ void UWB_ymodem_Upload(void); void APL_Init(void); void APL_Poll(void); typedef enum { RTCMMODE_NONE, RTCMMODE_TCP, RTCMMODE_NTRIP, }RTCMMode; #define GAOJINGDU //#define F9P #define UWB_MODE #define TCP_RTCM #endif /* APL_APL_H_ */