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 1f4ca8c commit 5c61a6bCopy full SHA for 5c61a6b
src/prelude.rs
@@ -6,6 +6,6 @@ pub use crate::icache::ICacheExt as _stm32h5xx_hal_delay_ICacheExt;
6
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
7
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
8
9
+pub use crate::rng::{RngCore as _, RngExt as _};
10
pub use crate::time::U32Ext as _;
11
pub use fugit::{ExtU32 as _, RateExtU32 as _};
-pub use crate::rng::{RngCore as _, RngExt as _};
0 commit comments