summaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f4/src/bin/hello.rs')
-rw-r--r--examples/stm32f4/src/bin/hello.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/hello.rs b/examples/stm32f4/src/bin/hello.rs
index 41d80840..1b8730ae 100644
--- a/examples/stm32f4/src/bin/hello.rs
+++ b/examples/stm32f4/src/bin/hello.rs
@@ -4,7 +4,7 @@
#![feature(type_alias_impl_trait)]
#![allow(incomplete_features)]
-use defmt::{info, panic};
+use defmt::info;
use embassy::executor::Spawner;
use embassy::time::{Duration, Timer};
use embassy_stm32::time::Hertz;