summaryrefslogtreecommitdiff
path: root/tests/stm32/src/bin/gpio.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stm32/src/bin/gpio.rs')
-rw-r--r--tests/stm32/src/bin/gpio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/gpio.rs b/tests/stm32/src/bin/gpio.rs
index dc7223c6..18fd85d4 100644
--- a/tests/stm32/src/bin/gpio.rs
+++ b/tests/stm32/src/bin/gpio.rs
@@ -5,7 +5,7 @@
#[path = "../example_common.rs"]
mod example_common;
use defmt::assert;
-use embassy_executor::executor::Spawner;
+use embassy_executor::Spawner;
use embassy_stm32::gpio::{Flex, Input, Level, Output, OutputOpenDrain, Pull, Speed};
use example_common::*;