diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-26 21:21:06 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-26 21:21:06 +0000 |
| commit | c8d29a1e2cd3f28c3afdd52a679fcb49f67e812c (patch) | |
| tree | 56ef4d76ecb959851ca714f1cff7d7026e2ed845 /examples/stm32h7/src/bin/eth_client_mii.rs | |
| parent | 7e0c70b1aa6ac6072e2c98cabb10072e4cd9942d (diff) | |
| parent | ff52bde787031493ce174cdc1dcc2434fd16aa1b (diff) | |
Merge pull request #3795 from nikvoid/stm32-phy-addr-detection
STM32: Option to detect Ethernet PHY address automatically
Diffstat (limited to 'examples/stm32h7/src/bin/eth_client_mii.rs')
| -rw-r--r-- | examples/stm32h7/src/bin/eth_client_mii.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/src/bin/eth_client_mii.rs b/examples/stm32h7/src/bin/eth_client_mii.rs index a352ef444..53f86ac80 100644 --- a/examples/stm32h7/src/bin/eth_client_mii.rs +++ b/examples/stm32h7/src/bin/eth_client_mii.rs | |||
| @@ -86,7 +86,7 @@ async fn main(spawner: Spawner) -> ! { | |||
| 86 | p.PC2, | 86 | p.PC2, |
| 87 | p.PE2, | 87 | p.PE2, |
| 88 | p.PG11, | 88 | p.PG11, |
| 89 | GenericSMI::new(1), | 89 | GenericSMI::new_auto(), |
| 90 | mac_addr, | 90 | mac_addr, |
| 91 | ); | 91 | ); |
| 92 | info!("Device created"); | 92 | info!("Device created"); |
