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 /tests | |
| parent | 7526b8edba9bbfec7831959afef7736f2d1a39b1 (diff) | |
Patch tests & examples
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/src/bin/eth.rs | 3 |
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()); |
