diff options
| author | Gabriel Górski <[email protected]> | 2023-10-09 12:00:23 +0200 |
|---|---|---|
| committer | Gabriel Górski <[email protected]> | 2023-10-09 13:46:56 +0200 |
| commit | e62bf6a9fd97979d74ed8ba8022d867d4a8a0d70 (patch) | |
| tree | bf4c584bcce7a9e13db9585b0dcd772390831a58 /examples/stm32f4/src/bin/eth.rs | |
| parent | 7526b8edba9bbfec7831959afef7736f2d1a39b1 (diff) | |
Patch tests & examples
Diffstat (limited to 'examples/stm32f4/src/bin/eth.rs')
| -rw-r--r-- | examples/stm32f4/src/bin/eth.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/stm32f4/src/bin/eth.rs b/examples/stm32f4/src/bin/eth.rs index 16bf5d949..6a1d4b088 100644 --- a/examples/stm32f4/src/bin/eth.rs +++ b/examples/stm32f4/src/bin/eth.rs | |||
| @@ -58,9 +58,8 @@ async fn main(spawner: Spawner) -> ! { | |||
| 58 | p.PG13, | 58 | p.PG13, |
| 59 | p.PB13, | 59 | p.PB13, |
| 60 | p.PG11, | 60 | p.PG11, |
| 61 | GenericSMI::new(), | 61 | GenericSMI::new(0), |
| 62 | mac_addr, | 62 | mac_addr, |
| 63 | 0, | ||
| 64 | ); | 63 | ); |
| 65 | 64 | ||
| 66 | let config = embassy_net::Config::dhcpv4(Default::default()); | 65 | let config = embassy_net::Config::dhcpv4(Default::default()); |
