diff options
Diffstat (limited to 'examples/stm32h5')
| -rw-r--r-- | examples/stm32h5/src/bin/eth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h5/src/bin/eth.rs b/examples/stm32h5/src/bin/eth.rs index eee1632f5..ead346741 100644 --- a/examples/stm32h5/src/bin/eth.rs +++ b/examples/stm32h5/src/bin/eth.rs | |||
| @@ -80,7 +80,7 @@ async fn main(spawner: Spawner) -> ! { | |||
| 80 | p.PG13, | 80 | p.PG13, |
| 81 | p.PB15, | 81 | p.PB15, |
| 82 | p.PG11, | 82 | p.PG11, |
| 83 | GenericSMI::new(0), | 83 | GenericSMI::new_auto(), |
| 84 | mac_addr, | 84 | mac_addr, |
| 85 | ); | 85 | ); |
| 86 | 86 | ||
