Subversion Repositories MK3Mag

Compare Revisions

Ignore whitespace Rev 28 → Rev 29

/branches/MK3Mag V0.14 Code Redesign Killagreg/uart.h
18,7 → 18,8
void USART0_DisableTXD(void);
void USART0_TransmitTxData(void);
void USART0_ProcessRxData(void);
int uart_putchar (int8_t c);
int16_t USART0_putchar(int8_t c);
void USART0_Print(int8_t *msg);
 
 
 
70,5 → 71,7
 
extern struct VersionInfo_t VersionInfo;
 
extern uint8_t PC_Connected;
extern uint8_t FC_Connected;
 
#endif //_UART_H_