Skip to content

Commit b03a7c4

Browse files
authored
Merge pull request #78 from japaric/reexport
reexport Peripherals at the root for convenience
2 parents 9da4a52 + 04353d4 commit b03a7c4

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)