Commit 624d7b9
committed
tests: drivers: clock_control: stm32h5: replace legacy macros usage
Replace use of legacy STM32Cube HAL macros in the STM32H5-specific test
"tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core":
__HAL_RCC_GET_PLL_OSCSOURCE() => __HAL_RCC_GET_PLL1_OSCSOURCE()
RCC_PLLSOURCE_xxx => RCC_PLL1_SOURCE_xxx
Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>1 parent f2d8289 commit 624d7b9
1 file changed
Lines changed: 5 additions & 5 deletions
File tree
- tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/src
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments