Skip to content

Commit 9173fae

Browse files
committed
Auto merge of #78 - japaric:reexport, r=japaric
reexport Peripherals at the root for convenience None
2 parents 9da4a52 + 04353d4 commit 9173fae

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)