Skip to content

Commit 60c58a6

Browse files
authored
nuc472_eth: fix alignment
Previous commit was incorrect (github does not show tabs..)
1 parent 36dada2 commit 60c58a6

File tree

1 file changed

+1
-1
lines changed
  • features/netsocket/emac-drivers/TARGET_NUVOTON_EMAC/TARGET_NUC472

1 file changed

+1
-1
lines changed

features/netsocket/emac-drivers/TARGET_NUVOTON_EMAC/TARGET_NUC472/nuc472_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static int reset_phy(void)
101101

102102
delayCnt = 200000;
103103
while(delayCnt > 0) {
104-
delayCnt--;
104+
delayCnt--;
105105
if((mdio_read(CONFIG_PHY_ADDR, MII_BMSR) & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
106106
== (BMSR_ANEGCOMPLETE | BMSR_LSTATUS))
107107
break;

0 commit comments

Comments
 (0)