From ac7eaef31a01258a90aa786bbce4d47b17e207c6 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 29 Jul 2019 13:52:29 -0600 Subject: Update for 2018 edition --- src/peripheral/dcb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peripheral/dcb.rs') 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; -- cgit v1.2.3