diff options
Diffstat (limited to 'examples/src/bin/gpiote.rs')
| -rw-r--r-- | examples/src/bin/gpiote.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/src/bin/gpiote.rs b/examples/src/bin/gpiote.rs index 5578062fa..5a6ae9333 100644 --- a/examples/src/bin/gpiote.rs +++ b/examples/src/bin/gpiote.rs | |||
| @@ -13,7 +13,7 @@ use embassy_nrf::gpiote; | |||
| 13 | use futures::pin_mut; | 13 | use futures::pin_mut; |
| 14 | use nrf52840_hal::gpio; | 14 | use nrf52840_hal::gpio; |
| 15 | 15 | ||
| 16 | use static_executor::{task, Executor}; | 16 | use embassy::executor::{task, Executor}; |
| 17 | static EXECUTOR: Executor = Executor::new(|| cortex_m::asm::sev()); | 17 | static EXECUTOR: Executor = Executor::new(|| cortex_m::asm::sev()); |
| 18 | 18 | ||
| 19 | #[task] | 19 | #[task] |
