diff options
| -rw-r--r-- | embassy-stm32/src/rcc/h.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/h.rs b/embassy-stm32/src/rcc/h.rs index 9ac2115f0..352e10816 100644 --- a/embassy-stm32/src/rcc/h.rs +++ b/embassy-stm32/src/rcc/h.rs | |||
| @@ -721,7 +721,7 @@ fn init_pll(num: usize, config: Option<Pll>, input: &PllInput) -> PllOutput { | |||
| 721 | } else if wide_allowed && VCO_WIDE_RANGE.contains(&vco_clk) { | 721 | } else if wide_allowed && VCO_WIDE_RANGE.contains(&vco_clk) { |
| 722 | Pllvcosel::WIDEVCO | 722 | Pllvcosel::WIDEVCO |
| 723 | } else { | 723 | } else { |
| 724 | panic!("pll vco_clk out of range: {} mhz", vco_clk.0) | 724 | panic!("pll vco_clk out of range: {} hz", vco_clk.0) |
| 725 | }; | 725 | }; |
| 726 | 726 | ||
| 727 | let p = config.divp.map(|div| { | 727 | let p = config.divp.map(|div| { |
