#ifndef __UART5_IT_CFG_H__ #define __UART5_IT_CFG_H__ #include "stm32f3xx_ll_usart.h" #define UART5_RXBUF_SIZE 1024 #define UART5_TXBUF_SIZE 1024 #endif