mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-01 06:10:41 +00:00
cargo fmt
This commit is contained in:
parent
a3c1522ce6
commit
145af0e4ab
@ -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…
x
Reference in New Issue
Block a user