aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Robert Jördens <rj@quartiq.de> 2021-12-16 20:51:27 +0100
committerGravatar Robert Jördens <rj@quartiq.de> 2021-12-16 20:51:27 +0100
commit2bf12c62077cd5e533b5463256b3644e57a7c59d (patch)
treef7bf2b77c24a44a2a164bd3d6ef5098a0de4620a
parentdd72f11186f6a815db495ed41636879b7db9614f (diff)
downloadcortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.tar.gz
cortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.tar.zst
cortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.zip
fmt [nfc]
-rw-r--r--asm/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/inline.rs b/asm/inline.rs
index 1307499..dd61925 100644
--- a/asm/inline.rs
+++ b/asm/inline.rs
@@ -6,8 +6,8 @@
//! All of these functions should be blanket-`unsafe`. `cortex-m` provides safe wrappers where
//! applicable.
-use core::sync::atomic::{compiler_fence, Ordering};
use core::arch::asm;
+use core::sync::atomic::{compiler_fence, Ordering};
#[inline(always)]
pub unsafe fn __bkpt() {