include/drivers/clock_control: stm32: Fix typo in LSE definition
Fix typo to enjoy expected LSE setting Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
8f7ce4186a
commit
15130c9a1f
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
#endif
|
||||
|
||||
#if DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(clk_lse), fixed_clock, okay)
|
||||
#define STM32_LSE_CLOCK DT_PROP(DT_NODELABEL(clk_hse), clock_frequency)
|
||||
#define STM32_LSE_CLOCK DT_PROP(DT_NODELABEL(clk_lse), clock_frequency)
|
||||
#else
|
||||
#define STM32_LSE_CLOCK CONFIG_CLOCK_STM32_LSE
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue