aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-26 21:21:06 +0000
committerGitHub <[email protected]>2025-01-26 21:21:06 +0000
commitc8d29a1e2cd3f28c3afdd52a679fcb49f67e812c (patch)
tree56ef4d76ecb959851ca714f1cff7d7026e2ed845 /examples/stm32f4
parent7e0c70b1aa6ac6072e2c98cabb10072e4cd9942d (diff)
parentff52bde787031493ce174cdc1dcc2434fd16aa1b (diff)
Merge pull request #3795 from nikvoid/stm32-phy-addr-detection
STM32: Option to detect Ethernet PHY address automatically
Diffstat (limited to 'examples/stm32f4')
-rw-r--r--examples/stm32f4/src/bin/eth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/eth.rs b/examples/stm32f4/src/bin/eth.rs
index baed96449..a3af8f75c 100644
--- a/examples/stm32f4/src/bin/eth.rs
+++ b/examples/stm32f4/src/bin/eth.rs
@@ -76,7 +76,7 @@ async fn main(spawner: Spawner) -> ! {
76 p.PG13, 76 p.PG13,
77 p.PB13, 77 p.PB13,
78 p.PG11, 78 p.PG11,
79 GenericSMI::new(0), 79 GenericSMI::new_auto(),
80 mac_addr, 80 mac_addr,
81 ); 81 );
82 82