Subversion Repositories NaviCtrl

Rev

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

Rev 111 Rev 116
Line 8... Line 8...
8
        UART0_MKGPS
8
        UART0_MKGPS
9
} UART0_MuxerState_t;
9
} UART0_MuxerState_t;
Line 10... Line 10...
10
 
10
 
Line -... Line 11...
-
 
11
extern UART0_MuxerState_t UART0_Muxer;
-
 
12
 
-
 
13
typedef struct
-
 
14
{
-
 
15
        u8 SWMajor;
-
 
16
        u8 SWMinor;
-
 
17
        u8 ProtoMajor;
-
 
18
        u8 ProtoMinor;
-
 
19
        u8 SWPatch;
-
 
20
        u8 Reserved[5];
-
 
21
}  __attribute__((packed)) MKOSD_VersionInfo_t;
Line 11... Line 22...
11
extern UART0_MuxerState_t UART0_Muxer;
22
 
12
 
23
extern MKOSD_VersionInfo_t MKOSD_VersionInfo;
13
 
24
 
14
void UART0_Init (void);
25
void UART0_Init (void);
15
void UART0_Connect_to_MKGPS(void);
26
void UART0_Connect_to_MKGPS(void);
16
void UART0_Connect_to_MK3MAG(void);
-
 
-
 
27
void UART0_Connect_to_MK3MAG(void);
Line 17... Line 28...
17
void UART0_TransmitTxData(void);
28
void UART0_TransmitTxData(void);