aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon McEwan <[email protected]>2024-04-05 10:07:15 -0700
committerDillon McEwan <[email protected]>2024-04-05 10:07:15 -0700
commit2ad82c2adf123d3e555724f77149ce9ab9c2bd8c (patch)
treedb00d98d5e06b5610a05870770dba3ba4c9622ff
parent370436d6759ce1642573565cb94edea48f8456e6 (diff)
Fix 'clocok' typo in RCC docs
-rw-r--r--embassy-stm32/src/rcc/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/mod.rs b/embassy-stm32/src/rcc/mod.rs
index d53d02203..c328344aa 100644
--- a/embassy-stm32/src/rcc/mod.rs
+++ b/embassy-stm32/src/rcc/mod.rs
@@ -111,7 +111,7 @@ mod util {
111 } 111 }
112} 112}
113 113
114/// Get the kernel clocok frequency of the peripheral `T`. 114/// Get the kernel clock frequency of the peripheral `T`.
115/// 115///
116/// # Panics 116/// # Panics
117/// 117///