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 Aug 12, 2024
1 parent d21dce2 commit ed0f200
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 ed0f200

Please sign in to comment.