Skip to content

Commit 106e7af

Browse files
committed
Example: tidy unused import
1 parent e212554 commit 106e7af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ethernet-nucleo-h743zi2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use stm32h7xx_hal::hal::digital::v2::OutputPin;
1616
use stm32h7xx_hal::rcc::CoreClocks;
1717
use stm32h7xx_hal::{ethernet, ethernet::PHY};
1818
use stm32h7xx_hal::{prelude::*, stm32, stm32::interrupt};
19-
use Speed::*;
2019

2120
/// Configure SYSTICK for 1ms timebase
2221
fn systick_init(syst: &mut stm32::SYST, clocks: CoreClocks) {

0 commit comments

Comments
 (0)