aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/src/bin/eth.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/stm32/src/bin/eth.rs b/tests/stm32/src/bin/eth.rs
index 139192381..6d5e05cd6 100644
--- a/tests/stm32/src/bin/eth.rs
+++ b/tests/stm32/src/bin/eth.rs
@@ -85,9 +85,8 @@ async fn main(spawner: Spawner) {
85 #[cfg(feature = "stm32h563zi")] 85 #[cfg(feature = "stm32h563zi")]
86 p.PB15, 86 p.PB15,
87 p.PG11, 87 p.PG11,
88 GenericSMI::new(), 88 GenericSMI::new(0),
89 mac_addr, 89 mac_addr,
90 0,
91 ); 90 );
92 91
93 let config = embassy_net::Config::dhcpv4(Default::default()); 92 let config = embassy_net::Config::dhcpv4(Default::default());