From 65f52257f98b43fd76b1a82be87d5df3bda00e18 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Wed, 6 Oct 2021 04:52:02 +0800 Subject: [PATCH] Update drv_usart.c remove the end space of line:324. --- bsp/hc32f4a0/drivers/drv_usart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/hc32f4a0/drivers/drv_usart.c b/bsp/hc32f4a0/drivers/drv_usart.c index 9e150d154b..92eea82507 100644 --- a/bsp/hc32f4a0/drivers/drv_usart.c +++ b/bsp/hc32f4a0/drivers/drv_usart.c @@ -321,7 +321,7 @@ static const struct uart_index uart_clock_map[] = #endif #ifdef BSP_USING_UART10 {9, M4_USART10}, -#endif +#endif }; static const struct uart_irq_handler uart_irq_handlers[sizeof(uart_obj) / sizeof(uart_obj[0])];