HAL H7xx Library ll_utils.c Warning
stm32h7xx_ll_utils.c throws a warning "no LL_RCC_CalcPLLClockFreq" function at line 930. The function exists in stm32h7xx_ll_rcc.c but has a conditional compile USE_FULL_LL_Driver.
Calls to conditional compiles should be under the same conditional conditions.
Cheers, Hal
