diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,4 +47,4 @@ pub mod itm; pub mod peripheral; pub mod register; -pub use peripheral::Peripherals; +pub use crate::peripheral::Peripherals; |