diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-26 21:53:00 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-26 22:17:25 +0100 |
| commit | ff52bde787031493ce174cdc1dcc2434fd16aa1b (patch) | |
| tree | 7f3a1e5c9ea03f9f2b8ed2af28d6d2ea1164244f /examples/stm32h7/src/bin/eth_client.rs | |
| parent | afe6b9a192f1434bb024040a20cef9509c307871 (diff) | |
stm32: change all examples and tests to use GenericSMI::new_auto().
Diffstat (limited to 'examples/stm32h7/src/bin/eth_client.rs')
| -rw-r--r-- | examples/stm32h7/src/bin/eth_client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/src/bin/eth_client.rs b/examples/stm32h7/src/bin/eth_client.rs index a1558b079..4fbe10f31 100644 --- a/examples/stm32h7/src/bin/eth_client.rs +++ b/examples/stm32h7/src/bin/eth_client.rs | |||
| @@ -81,7 +81,7 @@ async fn main(spawner: Spawner) -> ! { | |||
| 81 | p.PG13, | 81 | p.PG13, |
| 82 | p.PB13, | 82 | p.PB13, |
| 83 | p.PG11, | 83 | p.PG11, |
| 84 | GenericSMI::new(0), | 84 | GenericSMI::new_auto(), |
| 85 | mac_addr, | 85 | mac_addr, |
| 86 | ); | 86 | ); |
| 87 | 87 | ||
