aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f2/src/bin/pll.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32f2/src/bin/pll.rs')
-rw-r--r--examples/stm32f2/src/bin/pll.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32f2/src/bin/pll.rs b/examples/stm32f2/src/bin/pll.rs
index e32f283d1..e39e2daec 100644
--- a/examples/stm32f2/src/bin/pll.rs
+++ b/examples/stm32f2/src/bin/pll.rs
@@ -1,8 +1,6 @@
1#![no_std] 1#![no_std]
2#![no_main] 2#![no_main]
3 3
4use core::convert::TryFrom;
5
6use defmt::*; 4use defmt::*;
7use embassy_executor::Spawner; 5use embassy_executor::Spawner;
8use embassy_stm32::time::Hertz; 6use embassy_stm32::time::Hertz;