We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82edec9 + 9bb89c4 commit 06f2076Copy full SHA for 06f2076
src/rcc/mod.rs
@@ -23,7 +23,7 @@
23
//!
24
//! Unlike the clock configuration tool provided by ST, the code does not extensively search all
25
//! possible configurations. Instead, it often relies on an iterative approach to reduce
26
-//! compitational complexity. On most MCUs the code will first generate a configuration for the 48
+//! computational complexity. On most MCUs the code will first generate a configuration for the 48
27
//! MHz clock and the system clock without taking other requested clocks into account, even if the
28
//! accuracy of these clocks is affected. **If you specific accuracy requirements, you should
29
//! always check the resulting frequencies!**
0 commit comments