mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 12:50:37 +00:00
fix whitespace in the imports in trace.rs
This commit is contained in:
parent
6085916714
commit
f2429c212e
@ -81,12 +81,13 @@
|
||||
|
||||
#![allow(unused)]
|
||||
|
||||
use crate::raw::{SyncExecutor, TaskHeader, TaskRef, TaskTracker};
|
||||
|
||||
use core::cell::UnsafeCell;
|
||||
use core::sync::atomic::{AtomicUsize, Ordering};
|
||||
|
||||
use rtos_trace::TaskInfo;
|
||||
|
||||
use crate::raw::{SyncExecutor, TaskHeader, TaskRef, TaskTracker};
|
||||
|
||||
/// Global task tracker instance
|
||||
///
|
||||
/// This static provides access to the global task tracker which maintains
|
||||
|
Loading…
x
Reference in New Issue
Block a user