Subversion Repositories NaviCtrl

Rev

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

Rev 139 Rev 150
Line 123... Line 123...
123
void UART1_TransmitTxData(void);
123
void UART1_TransmitTxData(void);
124
void UART1_ProcessRxData(void);
124
void UART1_ProcessRxData(void);
Line 125... Line 125...
125
 
125
 
126
s16  UART1_Putchar(char c);
126
s16  UART1_Putchar(char c);
127
void UART1_PutString(u8 *s);
127
void UART1_PutString(u8 *s);
128
extern u8 text[100]; // globally used text buffer
128
extern u8 text[]; // globally used text buffer
129
extern u8 UART1_Request_SendFollowMe;
129
extern u8 UART1_Request_SendFollowMe;