yincheng.zhong
2024-09-20 0c4a7b78eee22326538b29c9a2ddf1c9e6ba0ae4
keil/include/drivers/Usart.h
@@ -38,7 +38,7 @@
#define EUART_TX_FRM_SIZE      2            //发送队列中的最大帧数
#define EUART_TX_FRMBUF_SIZE   100      //发送队列每帧缓存大小
#define EUART_RX_BUF_SIZE      100            //接收缓存大小
#define EUART_RX_BUF_SIZE      2000            //接收缓存大小
#define EXT_UART            USART1
#define EXT_UART_RCC         RCC_APB2Periph_USART1