#ifndef __USART2_IT_H__ #define __USART2_IT_H__ #include extern void Usart2_Init(void); extern void Usart2_PutByte(uint8_t d); extern void Usart2_PutData(void* src, uint16_t n); extern int16_t Usart2_GetByte(void); #endif