tests: drivers: clock_control for stm32h7 config

fix comment when configuring the PLL with CSI clock source

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2022-02-24 15:02:59 +01:00 committed by Maureen Helm
commit cb2c255332

View file

@ -67,7 +67,7 @@ static void test_pll_src(void)
RCC_PLLSOURCE_HSI, pll_src);
#elif STM32_PLL_SRC_CSI
zassert_equal(RCC_PLLSOURCE_CSI, pll_src,
"Expected PLL src: MSI (%d). Actual PLL src: %d",
"Expected PLL src: CSI (%d). Actual PLL src: %d",
RCC_PLLSOURCE_CSI, pll_src);
#else
zassert_equal(RCC_PLLSOURCE_NONE, pll_src,