fix low-power: APB1 needed for LSE

This commit is contained in:
Christian Enderle
2023-09-21 17:17:58 +02:00
parent 5626a28af2
commit ad64d7b20b
2 changed files with 5 additions and 2 deletions

View File

@ -154,8 +154,6 @@ impl Default for RtcCalibrationCyclePeriod {
impl Rtc {
pub fn new(_rtc: impl Peripheral<P = RTC>, rtc_config: RtcConfig) -> Self {
RTC::enable_peripheral_clk();
let mut this = Self {
#[cfg(feature = "low-power")]
stop_time: Mutex::const_new(CriticalSectionRawMutex::new(), Cell::new(None)),