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 dd72f11 commit 2bf12c6Copy full SHA for 2bf12c6
asm/inline.rs
@@ -6,8 +6,8 @@
6
//! All of these functions should be blanket-`unsafe`. `cortex-m` provides safe wrappers where
7
//! applicable.
8
9
-use core::sync::atomic::{compiler_fence, Ordering};
10
use core::arch::asm;
+use core::sync::atomic::{compiler_fence, Ordering};
11
12
#[inline(always)]
13
pub unsafe fn __bkpt() {
0 commit comments