pull/7326/head
bcostm 2018-06-29 10:12:40 +02:00
parent 9be8541a30
commit 0c417ab8b7
1 changed files with 1 additions and 1 deletions

View File

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