Skip to content

Commit 5c61a6b

Browse files
author
Henrik Snöman
committed
fmt
1 parent 1f4ca8c commit 5c61a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pub use crate::icache::ICacheExt as _stm32h5xx_hal_delay_ICacheExt;
66
pub use crate::pwr::PwrExt as _stm32h5xx_hal_pwr_PwrExt;
77
pub use crate::rcc::RccExt as _stm32h5xx_hal_rcc_RccExt;
88

9+
pub use crate::rng::{RngCore as _, RngExt as _};
910
pub use crate::time::U32Ext as _;
1011
pub use fugit::{ExtU32 as _, RateExtU32 as _};
11-
pub use crate::rng::{RngCore as _, RngExt as _};

0 commit comments

Comments
 (0)