aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-16 20:00:45 +0100
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-16 20:00:45 +0100
commit04353d4c5e89007ede594bc3efe49daef80981f0 (patch)
tree7172e40affd4220a702fbb3a29ef8ddd687e0cad /src/lib.rs
parent9da4a522d36f04e04a01e397d34e2eff4f9a10ce (diff)
downloadcortex-m-04353d4c5e89007ede594bc3efe49daef80981f0.tar.gz
cortex-m-04353d4c5e89007ede594bc3efe49daef80981f0.tar.zst
cortex-m-04353d4c5e89007ede594bc3efe49daef80981f0.zip
reexport Peripherals at the root for convenience
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9c00cea..694d1b2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,3 +29,5 @@ pub mod interrupt;
pub mod itm;
pub mod peripheral;
pub mod register;
+
+pub use peripheral::Peripherals;