소스 검색

Update drv_usart.c

remove the end space of line:324.
Bernard Xiong 3 년 전
부모
커밋
65f52257f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/hc32f4a0/drivers/drv_usart.c

+ 1 - 1
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])];