diff options
Diffstat (limited to 'tests/stm32/src/bin')
| -rw-r--r-- | tests/stm32/src/bin/eth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/eth.rs b/tests/stm32/src/bin/eth.rs index bf1922dde..4ab6e234f 100644 --- a/tests/stm32/src/bin/eth.rs +++ b/tests/stm32/src/bin/eth.rs | |||
| @@ -87,7 +87,7 @@ async fn main(spawner: Spawner) { | |||
| 87 | #[cfg(feature = "stm32h563zi")] | 87 | #[cfg(feature = "stm32h563zi")] |
| 88 | p.PB15, | 88 | p.PB15, |
| 89 | p.PG11, | 89 | p.PG11, |
| 90 | GenericSMI::new(0), | 90 | GenericSMI::new_auto(), |
| 91 | mac_addr, | 91 | mac_addr, |
| 92 | ); | 92 | ); |
| 93 | 93 | ||
