diff options
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; |
