diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |