diff options
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/src/arch/riscv32.rs | 3 | ||||
| -rw-r--r-- | embassy-executor/src/arch/xtensa.rs | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/embassy-executor/src/arch/riscv32.rs b/embassy-executor/src/arch/riscv32.rs index 2a4b006da..e97a56cda 100644 --- a/embassy-executor/src/arch/riscv32.rs +++ b/embassy-executor/src/arch/riscv32.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | use core::marker::PhantomData; | 1 | use core::marker::PhantomData; |
| 2 | use core::ptr; | 2 | use core::ptr; |
| 3 | 3 | use core::sync::atomic::{AtomicBool, Ordering}; | |
| 4 | use atomic_polyfill::{AtomicBool, Ordering}; | ||
| 5 | 4 | ||
| 6 | use super::{raw, Spawner}; | 5 | use super::{raw, Spawner}; |
| 7 | 6 | ||
diff --git a/embassy-executor/src/arch/xtensa.rs b/embassy-executor/src/arch/xtensa.rs index f908aaa70..4ee0d9f78 100644 --- a/embassy-executor/src/arch/xtensa.rs +++ b/embassy-executor/src/arch/xtensa.rs | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | use core::marker::PhantomData; | 1 | use core::marker::PhantomData; |
| 2 | use core::ptr; | 2 | use core::ptr; |
| 3 | 3 | use core::sync::atomic::{AtomicBool, Ordering}; | |
| 4 | use atomic_polyfill::{AtomicBool, Ordering}; | ||
| 5 | 4 | ||
| 6 | use super::{raw, Spawner}; | 5 | use super::{raw, Spawner}; |
| 7 | 6 | ||
