aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/rcc/l4l5.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/rcc/l4l5.rs b/embassy-stm32/src/rcc/l4l5.rs
index d855d4779..0d052713f 100644
--- a/embassy-stm32/src/rcc/l4l5.rs
+++ b/embassy-stm32/src/rcc/l4l5.rs
@@ -148,6 +148,7 @@ pub const WPAN_DEFAULT: Config = Config {
148 shared_ahb_pre: AHBPrescaler::DIV1, 148 shared_ahb_pre: AHBPrescaler::DIV1,
149 apb1_pre: APBPrescaler::DIV1, 149 apb1_pre: APBPrescaler::DIV1,
150 apb2_pre: APBPrescaler::DIV1, 150 apb2_pre: APBPrescaler::DIV1,
151 adc_clock_source: AdcClockSource::SYS,
151}; 152};
152 153
153pub(crate) unsafe fn init(config: Config) { 154pub(crate) unsafe fn init(config: Config) {