From 6c093ad654a38bf2cb93a5d14e6fd7480a52ad68 Mon Sep 17 00:00:00 2001 From: lxqyyds Date: Wed, 5 Apr 2023 15:42:41 +0800 Subject: [PATCH] [bsp] format the file which caused the unsuccessful check --- bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c index 77def84d8f..ec7f4434fa 100644 --- a/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c +++ b/bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c @@ -38,7 +38,7 @@ static uint32_t UART_GetClock(UART0_Type* UARTx) { uint32_t dividor; assert_param(IS_UART_ALL_PERIPH(UARTx)); - + if ((uint32_t)UARTx == (uint32_t)UART0) { dividor = GLOBAL_CTRL->CLK_SEL_0_b.UART0_CLK; } else if ((uint32_t)UARTx == (uint32_t)UART1) {