Skip to content

Commit

Permalink
prelude: add RCC to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
astapleton committed Jun 7, 2024
1 parent 27ea7f7 commit 35c582a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Prelude

pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;

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

0 comments on commit 35c582a

Please sign in to comment.