Subversion Repositories NaviCtrl

Rev

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

Rev 41 Rev 54
Line 104... Line 104...
104
void UART1_ProcessRxData(void);
104
void UART1_ProcessRxData(void);
Line 105... Line 105...
105
 
105
 
106
s16 uart_putchar (char c);
106
s16 uart_putchar (char c);
107
void SerialPutString(u8 *s);
107
void SerialPutString(u8 *s);
108
extern u8 text[100];
108
extern u8 text[100];
109
extern u32 Request_NaviData_Intervall; // in 1ms
109
extern u32 Request_NaviData_Intervall; // in ms
110
extern u8 Request_SendFollowMe;
110
extern u8 Request_SendFollowMe;