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 45bd5d2..5689cb4 100644
--- a/src/peripheral/dcb.rs
+++ b/src/peripheral/dcb.rs
@@ -2,8 +2,8 @@
use volatile_register::{RW, WO};
-use core::ptr;
use crate::peripheral::DCB;
+use core::ptr;
const DCB_DEMCR_TRCENA: u32 = 1 << 24;