diff options
| -rw-r--r-- | embassy-executor/src/raw/run_queue_atomics.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-executor/src/raw/run_queue_atomics.rs b/embassy-executor/src/raw/run_queue_atomics.rs index 3715fc658..a63f0d116 100644 --- a/embassy-executor/src/raw/run_queue_atomics.rs +++ b/embassy-executor/src/raw/run_queue_atomics.rs | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | use core::ptr::{addr_of_mut, NonNull}; | 1 | use core::ptr::{addr_of_mut, NonNull}; |
| 2 | 2 | ||
| 3 | use cordyceps::sorted_list::Links; | 3 | use cordyceps::sorted_list::Links; |
| 4 | use cordyceps::{Linked, SortedList, TransferStack}; | 4 | #[cfg(feature = "drs-scheduler")] |
| 5 | use cordyceps::SortedList; | ||
| 6 | use cordyceps::{Linked, TransferStack}; | ||
| 5 | 7 | ||
| 6 | use super::{TaskHeader, TaskRef}; | 8 | use super::{TaskHeader, TaskRef}; |
| 7 | 9 | ||
