Update riscv32.rs
This commit is contained in:
parent
a31ae52d1a
commit
de30fb2a90
@ -8,7 +8,7 @@ mod thread {
|
||||
use core::marker::PhantomData;
|
||||
|
||||
pub use embassy_macros::main_riscv as main;
|
||||
use portable_atomic::{AtomicBool, Ordering};
|
||||
use core::sync::atomic::{AtomicBool, Ordering};
|
||||
|
||||
use crate::{raw, Spawner};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user