Skip to content

Commit 6fa92c1

Browse files
committed
prelude: add RCC to prelude
1 parent 75010b3 commit 6fa92c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Prelude
22
33
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
4+
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
45

56
pub use fugit::{ExtU32 as _, RateExtU32 as _};

0 commit comments

Comments
 (0)