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 Jul 31, 2024
1 parent 00fb63d commit 5da38aa
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 5da38aa

Please sign in to comment.