aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h7/src/bin/eth.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32h7/src/bin/eth.rs b/examples/stm32h7/src/bin/eth.rs
index 49359dbd1..4ce2d854a 100644
--- a/examples/stm32h7/src/bin/eth.rs
+++ b/examples/stm32h7/src/bin/eth.rs
@@ -24,7 +24,6 @@ use embassy_stm32::eth::lan8742a::LAN8742A;
24use embassy_stm32::eth::{Ethernet, State}; 24use embassy_stm32::eth::{Ethernet, State};
25use embassy_stm32::rcc::{self, Rcc}; 25use embassy_stm32::rcc::{self, Rcc};
26use embassy_stm32::rng::Random; 26use embassy_stm32::rng::Random;
27use embassy_stm32::time::Hertz;
28use embassy_stm32::time::U32Ext; 27use embassy_stm32::time::U32Ext;
29use embassy_stm32::{interrupt, peripherals, Config}; 28use embassy_stm32::{interrupt, peripherals, Config};
30use heapless::Vec; 29use heapless::Vec;