aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/syst.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripheral/syst.rs')
-rw-r--r--src/peripheral/syst.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/syst.rs b/src/peripheral/syst.rs
index c1e9710..1e94a1d 100644
--- a/src/peripheral/syst.rs
+++ b/src/peripheral/syst.rs
@@ -2,7 +2,7 @@
use volatile_register::{RO, RW};
-use peripheral::SYST;
+use crate::peripheral::SYST;
/// Register block
#[repr(C)]