aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/dcb.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripheral/dcb.rs')
-rw-r--r--src/peripheral/dcb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/dcb.rs b/src/peripheral/dcb.rs
index e12542c..f3b4bc2 100644
--- a/src/peripheral/dcb.rs
+++ b/src/peripheral/dcb.rs
@@ -3,7 +3,7 @@
use volatile_register::{RW, WO};
use core::ptr;
-use peripheral::DCB;
+use crate::peripheral::DCB;
const DCB_DEMCR_TRCENA: u32 = 1 << 24;