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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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