We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dfa29 commit 7dc376bCopy full SHA for 7dc376b
cortex-r/src/lib.rs
@@ -11,7 +11,7 @@ pub mod interrupt;
11
12
pub mod asm;
13
14
-#[cfg(arm_architecture = "v8-r")]
+#[cfg(any(test, arm_architecture = "v8-r"))]
15
pub mod pmsav8;
16
17
/// Generate an SVC call with the given argument.
0 commit comments