Parcourir la source

[bsp] format the file which caused the unsuccessful check

lxqyyds il y a 2 ans
Parent
commit
6c093ad654
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {