Skip to content

Commit 716398c

Browse files
committed
fix build on ARMv6-M
1 parent 1d68643 commit 716398c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/peripheral/scb.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use super::cpuid::CsselrCacheType;
99
#[cfg(any(armv7m, target_arch = "x86_64"))]
1010
use super::CPUID;
1111
#[cfg(any(armv7m, has_fpu, target_arch = "x86_64"))]
12-
use super::{CBP, SCB};
12+
use super::CBP;
13+
use super::SCB;
1314

1415
/// Register block
1516
#[repr(C)]

0 commit comments

Comments
 (0)