Skip to content

Commit 7f99b9a

Browse files
committedJan 22, 2025
appease clippy
1 parent d5591d0 commit 7f99b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎cortex-m/src/register/primask.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
#[cfg(cortex_m)]
44
use core::arch::asm;
5+
#[cfg(cortex_m)]
56
use core::sync::atomic::{compiler_fence, Ordering};
67

78
/// All exceptions with configurable priority are ...

0 commit comments

Comments
 (0)
Failed to load comments.