Skip to content

Commit b4ea9f0

Browse files
committed
Remove unused import in thumbv6
1 parent 9021bcd commit b4ea9f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/peripheral/icb.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//! Implementation Control Block
22
3-
use volatile_register::{RO, RW};
3+
#[cfg(any(armv7m, armv8m, target_arch = "x86_64"))]
4+
use volatile_register::RO;
5+
use volatile_register::RW;
46

57
/// Register block
68
#[repr(C)]

0 commit comments

Comments
 (0)