diff options
| author | Bob McWhirter <[email protected]> | 2021-08-04 11:40:47 -0400 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-08-04 11:40:47 -0400 |
| commit | 4fe9114695ee20e2a4ef62b09fe4b11a1c488655 (patch) | |
| tree | 394db6531d2dd52083aa5f799a705d4a98d45e87 /examples | |
| parent | 0787c8f8f553a5677a75e3d33904c84f879fa421 (diff) | |
Remove unused import.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/src/bin/eth.rs | 1 |
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; | |||
| 24 | use embassy_stm32::eth::{Ethernet, State}; | 24 | use embassy_stm32::eth::{Ethernet, State}; |
| 25 | use embassy_stm32::rcc::{self, Rcc}; | 25 | use embassy_stm32::rcc::{self, Rcc}; |
| 26 | use embassy_stm32::rng::Random; | 26 | use embassy_stm32::rng::Random; |
| 27 | use embassy_stm32::time::Hertz; | ||
| 28 | use embassy_stm32::time::U32Ext; | 27 | use embassy_stm32::time::U32Ext; |
| 29 | use embassy_stm32::{interrupt, peripherals, Config}; | 28 | use embassy_stm32::{interrupt, peripherals, Config}; |
| 30 | use heapless::Vec; | 29 | use heapless::Vec; |
