From 04353d4c5e89007ede594bc3efe49daef80981f0 Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Tue, 16 Jan 2018 20:00:45 +0100
Subject: [PATCH] reexport Peripherals at the root for convenience

---
 src/lib.rs | 2 ++
 1 file changed, 2 insertions(+)

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;
-- 
GitLab