Skip to content

Commit 04353d4

Browse files
committed
reexport Peripherals at the root for convenience
1 parent 9da4a52 commit 04353d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ pub mod interrupt;
2929
pub mod itm;
3030
pub mod peripheral;
3131
pub mod register;
32+
33+
pub use peripheral::Peripherals;

0 commit comments

Comments
 (0)