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.
rcc
1 parent 5d324ab commit 0c80664Copy full SHA for 0c80664
CHANGELOG.md
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
19
- Move hd44780-driver to dev-dependencies
20
21
### Fixed
22
+- Fixed RCC example.
23
- Enable the defmt feature on fugit when the defmt feature on the
24
crate is enabled
25
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