diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,3 +29,5 @@ pub mod interrupt; pub mod itm; pub mod peripheral; pub mod register; + +pub use peripheral::Peripherals; |
![]() |
index : cortex-m | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -29,3 +29,5 @@ pub mod interrupt; pub mod itm; pub mod peripheral; pub mod register; + +pub use peripheral::Peripherals; |