aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7459c4e..09eeceb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,6 +22,10 @@ pub mod interrupt;
pub mod peripheral;
pub mod register;
+mod exception;
+
+pub use exception::Exception;
+
/// Stack frame
#[repr(C)]
pub struct StackFrame {