Commit 1ec4dcb
committed
Use gd32::Millis() in EMAC PHY config
Switch EMAC PHY timing code from the legacy `gd32_millis.h`/`millis()` API to `gd32_timers.h` and `gd32::Millis()`. This keeps the 500 ms BMCR polling timeout behavior unchanged while aligning with the current GD32 timer interface.1 parent 21d48b7 commit 1ec4dcb
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments