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 f11dcaa + 0c80664 commit 84dd4e9Copy full SHA for 84dd4e9
CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
- Move hd44780-driver to dev-dependencies
21
22
### Fixed
23
+- Fixed RCC example.
24
- Enable the defmt feature on fugit when the defmt feature on the
25
crate is enabled
26
src/rcc/mod.rs
@@ -6,6 +6,7 @@
6
//!
7
//! ```
8
//! let dp = pac::Peripherals::take().unwrap();
9
+//! let rcc = dp.RCC.constrain();
10
//! let clocks = rcc
11
//! .cfgr
12
//! .use_hse(8.MHz())
0 commit comments