aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5
diff options
context:
space:
mode:
authorGabriel Górski <[email protected]>2023-10-09 12:00:23 +0200
committerGabriel Górski <[email protected]>2023-10-09 13:46:56 +0200
commite62bf6a9fd97979d74ed8ba8022d867d4a8a0d70 (patch)
treebf4c584bcce7a9e13db9585b0dcd772390831a58 /examples/stm32h5
parent7526b8edba9bbfec7831959afef7736f2d1a39b1 (diff)
Patch tests & examples
Diffstat (limited to 'examples/stm32h5')
-rw-r--r--examples/stm32h5/src/bin/eth.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32h5/src/bin/eth.rs b/examples/stm32h5/src/bin/eth.rs
index 2f4454761..2535c6a68 100644
--- a/examples/stm32h5/src/bin/eth.rs
+++ b/examples/stm32h5/src/bin/eth.rs
@@ -80,9 +80,8 @@ async fn main(spawner: Spawner) -> ! {
80 p.PG13, 80 p.PG13,
81 p.PB15, 81 p.PB15,
82 p.PG11, 82 p.PG11,
83 GenericSMI::new(), 83 GenericSMI::new(0),
84 mac_addr, 84 mac_addr,
85 0,
86 ); 85 );
87 86
88 let config = embassy_net::Config::dhcpv4(Default::default()); 87 let config = embassy_net::Config::dhcpv4(Default::default());