aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/lora_p2p_send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32wl/src/bin/lora_p2p_send.rs')
-rw-r--r--examples/stm32wl/src/bin/lora_p2p_send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wl/src/bin/lora_p2p_send.rs b/examples/stm32wl/src/bin/lora_p2p_send.rs
index 08dd0845e..7fe8cea3e 100644
--- a/examples/stm32wl/src/bin/lora_p2p_send.rs
+++ b/examples/stm32wl/src/bin/lora_p2p_send.rs
@@ -37,7 +37,7 @@ async fn main(_spawner: Spawner) {
37 }); 37 });
38 config.rcc.mux = ClockSrc::PLL1_R; 38 config.rcc.mux = ClockSrc::PLL1_R;
39 config.rcc.pll = Some(Pll { 39 config.rcc.pll = Some(Pll {
40 source: PLLSource::HSE, 40 source: PllSource::HSE,
41 prediv: PllPreDiv::DIV2, 41 prediv: PllPreDiv::DIV2,
42 mul: PllMul::MUL6, 42 mul: PllMul::MUL6,
43 divp: None, 43 divp: None,