Skip to content

Commit 1be37e7

Browse files
korken89Yatekii
authored andcommitted
Fixed missing Rng export
1 parent b5e76b0 commit 1be37e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrf52-hal-common/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ impl DmaSlice {
8383

8484
pub use crate::clocks::Clocks;
8585
pub use crate::delay::Delay;
86+
pub use crate::rng::Rng;
8687
pub use crate::rtc::Rtc;
8788
pub use crate::saadc::Saadc;
8889
pub use crate::spim::Spim;

0 commit comments

Comments
 (0)