aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-08-04 11:40:47 -0400
committerBob McWhirter <[email protected]>2021-08-04 11:40:47 -0400
commit4fe9114695ee20e2a4ef62b09fe4b11a1c488655 (patch)
tree394db6531d2dd52083aa5f799a705d4a98d45e87 /examples
parent0787c8f8f553a5677a75e3d33904c84f879fa421 (diff)
Remove unused import.
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;