diff options
| -rw-r--r-- | embassy-stm32/src/rcc/f2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/f2.rs b/embassy-stm32/src/rcc/f2.rs index d543888c1..bcae64d0f 100644 --- a/embassy-stm32/src/rcc/f2.rs +++ b/embassy-stm32/src/rcc/f2.rs | |||
| @@ -148,7 +148,7 @@ impl Into<Pllp> for PLLMainDiv { | |||
| 148 | match self { | 148 | match self { |
| 149 | PLLMainDiv::Div2 => Pllp::DIV2, | 149 | PLLMainDiv::Div2 => Pllp::DIV2, |
| 150 | PLLMainDiv::Div4 => Pllp::DIV4, | 150 | PLLMainDiv::Div4 => Pllp::DIV4, |
| 151 | PLLMainDiv::Div6 => Pllp::DIV8, | 151 | PLLMainDiv::Div6 => Pllp::DIV6, |
| 152 | PLLMainDiv::Div8 => Pllp::DIV8, | 152 | PLLMainDiv::Div8 => Pllp::DIV8, |
| 153 | } | 153 | } |
| 154 | } | 154 | } |
