executor: add support for main/task macros in stable (allocates tasks in an arena)
This commit is contained in:
@ -8,7 +8,6 @@ mod thread {
|
||||
use std::marker::PhantomData;
|
||||
use std::sync::{Condvar, Mutex};
|
||||
|
||||
#[cfg(feature = "nightly")]
|
||||
pub use embassy_macros::main_std as main;
|
||||
|
||||
use crate::{raw, Spawner};
|
||||
|
Reference in New Issue
Block a user