Subversion Repositories NaviCtrl

Rev

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

Rev 116 Rev 245
Line 21... Line 21...
21
}  __attribute__((packed)) MKOSD_VersionInfo_t;
21
}  __attribute__((packed)) MKOSD_VersionInfo_t;
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
extern MKOSD_VersionInfo_t MKOSD_VersionInfo;
23
extern MKOSD_VersionInfo_t MKOSD_VersionInfo;
24
 
24
 
25
void UART0_Init (void);
25
void UART0_Init (void);
26
void UART0_Connect_to_MKGPS(void);
26
void UART0_Connect_to_MKGPS(u16 Baudrate);
27
void UART0_Connect_to_MK3MAG(void);
27
void UART0_Connect_to_MK3MAG(void);
28
void UART0_TransmitTxData(void);
28
void UART0_TransmitTxData(void);
-
 
29
void UART0_ProcessRxData(void);
Line 29... Line 30...
29
void UART0_ProcessRxData(void);
30
void UART0_GetMKOSDVersion(void);