We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 653d218 + a9fb687 commit 87f6c01Copy full SHA for 87f6c01
src/peripheral/mpu.rs
@@ -3,7 +3,7 @@
3
use volatile_register::{RO, RW};
4
5
/// Register block for ARMv7-M
6
-#[cfg(any(armv6m, armv7m, target_arch = "x86_64"))] // x86-64 is for rustdoc
+#[cfg(not(armv8m))]
7
#[repr(C)]
8
pub struct RegisterBlock {
9
/// Type
0 commit comments