diff options
author | 2018-01-16 20:05:25 +0100 | |
---|---|---|
committer | 2018-01-16 20:05:25 +0100 | |
commit | b03a7c4348c1c5ca2b4dbbfdadf6dd7e1b251518 (patch) | |
tree | 7172e40affd4220a702fbb3a29ef8ddd687e0cad | |
parent | 9da4a522d36f04e04a01e397d34e2eff4f9a10ce (diff) | |
parent | 04353d4c5e89007ede594bc3efe49daef80981f0 (diff) | |
download | cortex-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.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; |