diff options
Diffstat (limited to 'examples/stm32wl/src/bin/random.rs')
| -rw-r--r-- | examples/stm32wl/src/bin/random.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/random.rs b/examples/stm32wl/src/bin/random.rs index 1a8822b42..2fd234966 100644 --- a/examples/stm32wl/src/bin/random.rs +++ b/examples/stm32wl/src/bin/random.rs | |||
| @@ -25,7 +25,7 @@ async fn main(_spawner: Spawner) { | |||
| 25 | }); | 25 | }); |
| 26 | config.rcc.mux = ClockSrc::PLL1_R; | 26 | config.rcc.mux = ClockSrc::PLL1_R; |
| 27 | config.rcc.pll = Some(Pll { | 27 | config.rcc.pll = Some(Pll { |
| 28 | source: PLLSource::HSE, | 28 | source: PllSource::HSE, |
| 29 | prediv: PllPreDiv::DIV2, | 29 | prediv: PllPreDiv::DIV2, |
| 30 | mul: PllMul::MUL6, | 30 | mul: PllMul::MUL6, |
| 31 | divp: None, | 31 | divp: None, |
