Skip to content

Commit 7dc376b

Browse files
committed
Include pmsav8 module for tests.
1 parent f6dfa29 commit 7dc376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-r/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub mod interrupt;
1111

1212
pub mod asm;
1313

14-
#[cfg(arm_architecture = "v8-r")]
14+
#[cfg(any(test, arm_architecture = "v8-r"))]
1515
pub mod pmsav8;
1616

1717
/// Generate an SVC call with the given argument.

0 commit comments

Comments
 (0)