[bsp] format the file which caused the unsuccessful check

This commit is contained in:
lxqyyds 2023-04-05 15:42:41 +08:00 committed by Man, Jianting (Meco)
parent b4c3086d2e
commit 6c093ad654
1 changed files with 1 additions and 1 deletions

View File

@ -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) {