diff options
author | 2021-12-16 20:51:27 +0100 | |
---|---|---|
committer | 2021-12-16 20:51:27 +0100 | |
commit | 2bf12c62077cd5e533b5463256b3644e57a7c59d (patch) | |
tree | f7bf2b77c24a44a2a164bd3d6ef5098a0de4620a /asm | |
parent | dd72f11186f6a815db495ed41636879b7db9614f (diff) | |
download | cortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.tar.gz cortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.tar.zst cortex-m-2bf12c62077cd5e533b5463256b3644e57a7c59d.zip |
fmt [nfc]
Diffstat (limited to 'asm')
-rw-r--r-- | asm/inline.rs | 2 |
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() { |