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