// filepath: c:\projects\STM32CubeIDE\GNSS_Nucleo\Core\user\usart1_it.h #ifndef __USART1_IT_H__ #define __USART1_IT_H__ #include extern void Usart1_Init(void); extern void Usart1_PutByte(uint8_t d); extern void Usart1_PutData(void* src, uint16_t n); extern int16_t Usart1_GetByte(void); #endif