mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 14:44:42 +00:00
parent
af3f892381
commit
754d8aa585
@ -409,7 +409,7 @@ impl<'d> Rtc<'d> {
|
||||
let rtc_cntl = unsafe { &*LP_AON::ptr() };
|
||||
rtc_cntl
|
||||
.store4()
|
||||
.modify(|r, w| unsafe { w.bits(r.bits() & 1) });
|
||||
.modify(|r, w| unsafe { w.bits(r.bits() | 1) });
|
||||
}
|
||||
}
|
||||
impl<'d> crate::private::Sealed for Rtc<'d> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user