chen
2024-10-29 1de689845a59b0b702dff9925632081f1c580f27
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