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:
parent
fcbe753cd0
commit
cb2c255332
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static void test_pll_src(void)
|
||||||
RCC_PLLSOURCE_HSI, pll_src);
|
RCC_PLLSOURCE_HSI, pll_src);
|
||||||
#elif STM32_PLL_SRC_CSI
|
#elif STM32_PLL_SRC_CSI
|
||||||
zassert_equal(RCC_PLLSOURCE_CSI, pll_src,
|
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);
|
RCC_PLLSOURCE_CSI, pll_src);
|
||||||
#else
|
#else
|
||||||
zassert_equal(RCC_PLLSOURCE_NONE, pll_src,
|
zassert_equal(RCC_PLLSOURCE_NONE, pll_src,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue