aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/dwt.rs
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2019-07-29 13:52:29 -0600
committerGravatar Adam Greig <adam@adamgreig.com> 2019-07-29 13:52:29 -0600
commitac7eaef31a01258a90aa786bbce4d47b17e207c6 (patch)
tree2849d31f22193c432ee255527633a1c5fa072fca /src/peripheral/dwt.rs
parent6a213910f7f8920906c2f8882cbc1f1a3ebc3627 (diff)
downloadcortex-m-ac7eaef31a01258a90aa786bbce4d47b17e207c6.tar.gz
cortex-m-ac7eaef31a01258a90aa786bbce4d47b17e207c6.tar.zst
cortex-m-ac7eaef31a01258a90aa786bbce4d47b17e207c6.zip
Update for 2018 edition
Diffstat (limited to 'src/peripheral/dwt.rs')
-rw-r--r--src/peripheral/dwt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peripheral/dwt.rs b/src/peripheral/dwt.rs
index 77ec450..5fc59f3 100644
--- a/src/peripheral/dwt.rs
+++ b/src/peripheral/dwt.rs
@@ -4,7 +4,7 @@
use volatile_register::WO;
use volatile_register::{RO, RW};
-use peripheral::DWT;
+use crate::peripheral::DWT;
/// Register block
#[repr(C)]