Subversion Repositories NaviCtrl

Rev

Rev 659 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 659 Rev 700
Line 69... Line 69...
69
extern u32 UBX_Timeout;
69
extern u32 UBX_Timeout;
Line 70... Line 70...
70
 
70
 
71
void UBX_Init(void);
71
void UBX_Init(void);
72
void UBX_RxParser(u8 c);
72
void UBX_RxParser(u8 c);
73
u8 UBX_CreateMsg(Buffer_t* pBuff, u8* pData, u16 Len);
-
 
-
 
73
u8 UBX_CreateMsg(Buffer_t* pBuff, u8* pData, u16 Len);
Line 74... Line 74...
74
 
74
extern u8 UbxVersionParser(void);