Fix s3 RC_FAST_CLK powerdown (#796)

This commit is contained in:
Dániel Buga 2023-09-18 12:45:09 +02:00 committed by GitHub
parent 08a4722ca2
commit 6d936680ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- S3: Allow powering down RC_FAST_CLK (#796)
### Removed
- `Pin::is_pcore_interrupt_set` (#793)

View File

@ -844,7 +844,7 @@ impl RtcSleepConfig {
#[rustfmt::skip]
rtc_cntl.clk_conf.modify(|_, w| w
.ck8m_force_pu().bit(self.int_8m_pd_en())
.ck8m_force_pu().bit(!self.int_8m_pd_en())
);
// enable VDDSDIO control by state machine