mirror of https://github.com/ARMmbed/mbed-os.git
nuc472_eth: fix alignment
Previous commit was incorrect (github does not show tabs..)pull/12839/head
parent
36dada2e5f
commit
60c58a62a4
|
@ -101,7 +101,7 @@ static int reset_phy(void)
|
||||||
|
|
||||||
delayCnt = 200000;
|
delayCnt = 200000;
|
||||||
while(delayCnt > 0) {
|
while(delayCnt > 0) {
|
||||||
delayCnt--;
|
delayCnt--;
|
||||||
if((mdio_read(CONFIG_PHY_ADDR, MII_BMSR) & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
|
if((mdio_read(CONFIG_PHY_ADDR, MII_BMSR) & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
|
||||||
== (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
|
== (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue