aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-01-16 20:05:25 +0100
committerGravatar GitHub <noreply@github.com> 2018-01-16 20:05:25 +0100
commitb03a7c4348c1c5ca2b4dbbfdadf6dd7e1b251518 (patch)
tree7172e40affd4220a702fbb3a29ef8ddd687e0cad
parent9da4a522d36f04e04a01e397d34e2eff4f9a10ce (diff)
parent04353d4c5e89007ede594bc3efe49daef80981f0 (diff)
downloadcortex-m-b03a7c4348c1c5ca2b4dbbfdadf6dd7e1b251518.tar.gz
cortex-m-b03a7c4348c1c5ca2b4dbbfdadf6dd7e1b251518.tar.zst
cortex-m-b03a7c4348c1c5ca2b4dbbfdadf6dd7e1b251518.zip
Merge pull request #78 from japaric/reexport
reexport Peripherals at the root for convenience
-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;