Browse Source

[bsp] format the file which caused the unsuccessful check

lxqyyds 2 năm trước cách đây
mục cha
commit
6c093ad654
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c

+ 1 - 1
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) {