mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-27 12:20:37 +00:00
Merge pull request #4546 from bartslinger/fix_feature_gate
Add missing feature gate for rtos-trace
This commit is contained in:
commit
113fece2aa
@ -84,6 +84,7 @@
|
||||
use core::cell::UnsafeCell;
|
||||
use core::sync::atomic::{AtomicPtr, AtomicUsize, Ordering};
|
||||
|
||||
#[cfg(feature = "rtos-trace")]
|
||||
use rtos_trace::TaskInfo;
|
||||
|
||||
use crate::raw::{SyncExecutor, TaskHeader, TaskRef};
|
||||
|
Loading…
x
Reference in New Issue
Block a user