Subversion Repositories NaviCtrl

Rev

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

Rev 247 Rev 582
Line 28... Line 28...
28
void UART0_TransmitTxData(void);
28
void UART0_TransmitTxData(void);
29
void UART0_ProcessRxData(void);
29
void UART0_ProcessRxData(void);
30
u8 UART0_GetMKOSDVersion(void);
30
u8 UART0_GetMKOSDVersion(void);
31
u8 UART0_GetUBXVersion(void);
31
u8 UART0_GetUBXVersion(void);
32
u8 UART0_UBXSendCFGMsg(u8* pData, u16 Len);
32
u8 UART0_UBXSendCFGMsg(u8* pData, u16 Len);
-
 
33
extern u16 GPS_Version;
Line 33... Line 34...
33
 
34