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.
1 parent 75010b3 commit 6fa92c1Copy full SHA for 6fa92c1
src/prelude.rs
@@ -1,5 +1,6 @@
1
//! Prelude
2
3
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
4
+pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
5
6
pub use fugit::{ExtU32 as _, RateExtU32 as _};
0 commit comments