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 ec75ca2 commit 2519290Copy full SHA for 2519290
stm32cube/stm32h5xx/drivers/src/stm32h5xx_hal_rcc_ex.c
@@ -3510,7 +3510,7 @@ uint32_t HAL_RCCEx_GetPeriphCLKFreq(uint64_t PeriphClk)
3510
frequency = pll2_clocks.PLL2_Q_Frequency;
3511
}
3512
#if defined(RCC_USART2CLKSOURCE_PLL3Q)
3513
- else if ((srcclk == RCC_USART2CLKSOURCE_PLL3Q))
+ else if (srcclk == RCC_USART2CLKSOURCE_PLL3Q)
3514
{
3515
HAL_RCCEx_GetPLL3ClockFreq(&pll3_clocks);
3516
frequency = pll3_clocks.PLL3_Q_Frequency;
0 commit comments