This commit is contained in:
lz1998 2023-12-03 20:17:24 +08:00
parent 5abedefb10
commit 078cafef04

View File

@ -6,9 +6,9 @@ pub use thread::*;
#[cfg(feature = "executor-thread")]
mod thread {
use core::marker::PhantomData;
use core::sync::atomic::{AtomicBool, Ordering};
pub use embassy_macros::main_riscv as main;
use core::sync::atomic::{AtomicBool, Ordering};
use crate::{raw, Spawner};