diff options
| -rw-r--r-- | embassy-stm32/src/rcc/bd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/bd.rs b/embassy-stm32/src/rcc/bd.rs index 66ca65f80..a7c4b4f95 100644 --- a/embassy-stm32/src/rcc/bd.rs +++ b/embassy-stm32/src/rcc/bd.rs | |||
| @@ -89,7 +89,7 @@ impl LsConfig { | |||
| 89 | Self { | 89 | Self { |
| 90 | rtc: RtcClockSource::LSE, | 90 | rtc: RtcClockSource::LSE, |
| 91 | lse: Some(LseConfig { | 91 | lse: Some(LseConfig { |
| 92 | frequency: Hertz(32_000), | 92 | frequency: Hertz(32_768), |
| 93 | mode: LseMode::Oscillator(LseDrive::MediumHigh), | 93 | mode: LseMode::Oscillator(LseDrive::MediumHigh), |
| 94 | }), | 94 | }), |
| 95 | lsi: false, | 95 | lsi: false, |
