diff options
| author | Raul Alimbekov <[email protected]> | 2025-12-16 09:05:22 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 09:05:22 +0300 |
| commit | c9a04b4b732b7a3b696eb8223664c1a7942b1875 (patch) | |
| tree | 6dbe5c02e66eed8d8762f13f95afd24f8db2b38c /embassy-rp/src/clocks.rs | |
| parent | cde24a3ef1117653ba5ed4184102b33f745782fb (diff) | |
| parent | 5ae6e060ec1c90561719aabdc29d5b6e7b8b0a82 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'embassy-rp/src/clocks.rs')
| -rw-r--r-- | embassy-rp/src/clocks.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs index 2eddc0bcc..8bfb5129a 100644 --- a/embassy-rp/src/clocks.rs +++ b/embassy-rp/src/clocks.rs | |||
| @@ -72,8 +72,8 @@ use core::sync::atomic::{AtomicU32, Ordering}; | |||
| 72 | use pac::clocks::vals::*; | 72 | use pac::clocks::vals::*; |
| 73 | 73 | ||
| 74 | use crate::gpio::{AnyPin, SealedPin}; | 74 | use crate::gpio::{AnyPin, SealedPin}; |
| 75 | use crate::pac::common::{Reg, RW}; | 75 | use crate::pac::common::{RW, Reg}; |
| 76 | use crate::{pac, reset, Peri}; | 76 | use crate::{Peri, pac, reset}; |
| 77 | 77 | ||
| 78 | // NOTE: all gpin handling is commented out for future reference. | 78 | // NOTE: all gpin handling is commented out for future reference. |
| 79 | // gpin is not usually safe to use during the boot init() call, so it won't | 79 | // gpin is not usually safe to use during the boot init() call, so it won't |
| @@ -267,7 +267,7 @@ impl CoreVoltage { | |||
| 267 | } | 267 | } |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | /// CLock configuration. | 270 | /// Clock configuration. |
| 271 | #[non_exhaustive] | 271 | #[non_exhaustive] |
| 272 | pub struct ClockConfig { | 272 | pub struct ClockConfig { |
| 273 | /// Ring oscillator configuration. | 273 | /// Ring oscillator configuration. |
