Update riscv32.rs

This commit is contained in:
Zheng Li
2023-12-03 20:05:20 +08:00
committed by GitHub
parent a31ae52d1a
commit de30fb2a90

View File

@ -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};