mirror of https://github.com/ARMmbed/mbed-os.git
astyle
parent
9be8541a30
commit
0c417ab8b7
|
@ -399,7 +399,7 @@ void serial_baud(serial_t *obj, int baudrate)
|
|||
PeriphClkInitStruct.Lpuart1ClockSelection = RCC_LPUART1CLKSOURCE_HSI;
|
||||
HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct);
|
||||
if (init_uart(obj) == HAL_OK) {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue