cargo fmt
This commit is contained in:
parent
a3c1522ce6
commit
145af0e4ab
2 changed files with 1 additions and 2 deletions
|
@ -459,4 +459,4 @@ impl rtos_trace::RtosTraceOSCallbacks for Executor {
|
|||
}
|
||||
|
||||
#[cfg(feature = "rtos-trace")]
|
||||
rtos_trace::global_os_callbacks!{Executor}
|
||||
rtos_trace::global_os_callbacks! {Executor}
|
||||
|
|
|
@ -19,7 +19,6 @@ pub use embassy_macros::{main, task};
|
|||
/// Implementation details for embassy macros. DO NOT USE.
|
||||
pub mod export {
|
||||
pub use atomic_polyfill as atomic;
|
||||
|
||||
#[cfg(feature = "rtos-trace")]
|
||||
pub use rtos_trace::trace;
|
||||
|
||||
|
|
Loading…
Reference in a new issue