summaryrefslogtreecommitdiff
path: root/examples/stm32l0/src/bin/lorawan.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32l0/src/bin/lorawan.rs')
-rw-r--r--examples/stm32l0/src/bin/lorawan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l0/src/bin/lorawan.rs b/examples/stm32l0/src/bin/lorawan.rs
index 9497cad7..303558b9 100644
--- a/examples/stm32l0/src/bin/lorawan.rs
+++ b/examples/stm32l0/src/bin/lorawan.rs
@@ -6,7 +6,7 @@
#![feature(generic_associated_types)]
#![feature(type_alias_impl_trait)]
-use embassy_executor::executor::Spawner;
+use embassy_executor::Spawner;
use embassy_lora::sx127x::*;
use embassy_lora::LoraTimer;
use embassy_stm32::exti::ExtiInput;