stm32/rtc: enable lse in examples.
This commit is contained in:
@ -23,6 +23,7 @@ async fn main(_spawner: Spawner) {
|
||||
PLLMul::Mul20,
|
||||
None,
|
||||
);
|
||||
config.rcc.lse = Some(Hertz(32_768));
|
||||
config.rcc.rtc_mux = rcc::RtcClockSource::LSE;
|
||||
embassy_stm32::init(config)
|
||||
};
|
||||
|
Reference in New Issue
Block a user