We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b186e commit 25e8f89Copy full SHA for 25e8f89
features/netsocket/emac-drivers/TARGET_ARM_FM/COMPONENT_LAN91C111/fvp_emac.cpp
@@ -232,7 +232,7 @@ bool fvp_EMAC::power_up()
232
mbed::mbed_event_queue()->call(mbed::callback(this, &fvp_EMAC::phy_task));
233
234
/* Allow the PHY task to detect the initial link state and set up the proper flags */
235
- wait_ms(10);
+ ThisThread::sleep_for(10);
236
237
_phy_task_handle = mbed::mbed_event_queue()->call_every(PHY_TASK_PERIOD_MS, mbed::callback(this, &fvp_EMAC::phy_task));
238
0 commit comments