We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6895df commit 4aaec8dCopy full SHA for 4aaec8d
hal/targets/hal/TARGET_STM/TARGET_STM32F1/serial_api.c
@@ -68,7 +68,7 @@ static void init_uart(serial_t *obj)
68
UartHandle.Init.Mode = UART_MODE_TX_RX;
69
}
70
71
- // Fix because HAL_RCC_GetHCLKFreq() don't update anymore SystemCoreClock
+ // Fix because HAL_RCC_GetHCLKFreq() don't update anymore SystemCoreClock
72
SystemCoreClockUpdate();
73
74
if (HAL_UART_Init(&UartHandle) != HAL_OK) {
0 commit comments