Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EthernetInterface EthernetInterface_vz
Fork of lwip-eth by
Diff: arch/lpc_phy_dp83848.c
- Revision:
- 7:5754e05385b8
- Parent:
- 5:698d868a5285
diff -r 59b01b9349d5 -r 5754e05385b8 arch/lpc_phy_dp83848.c --- a/arch/lpc_phy_dp83848.c Mon Jun 03 12:06:46 2013 +0100 +++ b/arch/lpc_phy_dp83848.c Mon Aug 19 18:39:00 2013 +0300 @@ -228,9 +228,9 @@ u32_t tmp; s32_t i; - physts.phy_speed_100mbs = olddphysts.phy_speed_100mbs = 2; - physts.phy_full_duplex = olddphysts.phy_full_duplex = 2; - physts.phy_link_active = olddphysts.phy_link_active = 2; + physts.phy_speed_100mbs = olddphysts.phy_speed_100mbs = 0; + physts.phy_full_duplex = olddphysts.phy_full_duplex = 0; + physts.phy_link_active = olddphysts.phy_link_active = 0; phyustate = 0; /* Only first read and write are checked for failure */
