#ifndef __USART6_IT_H__ #define __USART6_IT_H__ #include extern void Usart6_Init(void); extern void Usart6_PutByte(uint8_t d); extern void Usart6_PutData(void* src, uint16_t n); extern int16_t Usart6_GetByte(void); #endif