Merge pull request #2044 from embassy-rs/stm32-pac-pll-enums
stm32/rcc: LSE xtal is 32768hz, not 32000hz.
This commit is contained in:
commit
c283e2d1b9
@ -89,7 +89,7 @@ impl LsConfig {
|
|||||||
Self {
|
Self {
|
||||||
rtc: RtcClockSource::LSE,
|
rtc: RtcClockSource::LSE,
|
||||||
lse: Some(LseConfig {
|
lse: Some(LseConfig {
|
||||||
frequency: Hertz(32_000),
|
frequency: Hertz(32_768),
|
||||||
mode: LseMode::Oscillator(LseDrive::MediumHigh),
|
mode: LseMode::Oscillator(LseDrive::MediumHigh),
|
||||||
}),
|
}),
|
||||||
lsi: false,
|
lsi: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user