mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-21 23:02:13 +08:00
Minor corrections during integration of link status monitor
This commit is contained in:
@@ -378,7 +378,7 @@ static int nsh_netinit_monitor(void)
|
||||
}
|
||||
|
||||
nvdbg("%s: devup=%d PHY address=%02x MSR=%04x\n",
|
||||
devup, ifr.ifr_name, ifr.ifr_mii_phy_id, ifr.ifr_mii_val_out);
|
||||
ifr.ifr_name, devup, ifr.ifr_mii_phy_id, ifr.ifr_mii_val_out);
|
||||
|
||||
/* Check for link up or down */
|
||||
|
||||
|
Reference in New Issue
Block a user