aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/clocks.rs
diff options
context:
space:
mode:
authorRob Wells <[email protected]>2025-10-27 15:23:54 +0000
committerRob Wells <[email protected]>2025-10-27 15:30:21 +0000
commit7ef9a6453a0a2a286741d47fcb99170d802f7d7d (patch)
tree3f757273e8749994df3e8c5f0f9b1e6d1ac99e2f /embassy-rp/src/clocks.rs
parent4c9efcd785eed99c3581373b77b4d3a1f559530c (diff)
embassy-rp: doc comment spelling pass
All changes but one are to documentation comments, and one to an ordinary comment.
Diffstat (limited to 'embassy-rp/src/clocks.rs')
-rw-r--r--embassy-rp/src/clocks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/clocks.rs b/embassy-rp/src/clocks.rs
index 56892d7a2..8bfb5129a 100644
--- a/embassy-rp/src/clocks.rs
+++ b/embassy-rp/src/clocks.rs
@@ -267,7 +267,7 @@ impl CoreVoltage {
267 } 267 }
268} 268}
269 269
270/// CLock configuration. 270/// Clock configuration.
271#[non_exhaustive] 271#[non_exhaustive]
272pub struct ClockConfig { 272pub struct ClockConfig {
273 /// Ring oscillator configuration. 273 /// Ring oscillator configuration.