Skip to content

Commit 078cafe

Browse files
committed
update
1 parent 5abedef commit 078cafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy-executor/src/arch/riscv32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ pub use thread::*;
66
#[cfg(feature = "executor-thread")]
77
mod thread {
88
use core::marker::PhantomData;
9+
use core::sync::atomic::{AtomicBool, Ordering};
910

1011
pub use embassy_macros::main_riscv as main;
11-
use core::sync::atomic::{AtomicBool, Ordering};
1212

1313
use crate::{raw, Spawner};
1414

0 commit comments

Comments
 (0)