4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 14:53:32 +08:00

fix rt_thread_mdelay parameter error bug;

This commit is contained in:
tanglj86 2019-10-19 15:00:15 +08:00
parent 21d24d51b8
commit 5e16a09cfb

View File

@ -371,7 +371,7 @@ int sal_netdev_cleanup(struct netdev *netdev)
sal_unlock();
if (find_dev)
{
rt_thread_mdelay(rt_tick_from_millisecond(100));
rt_thread_mdelay(100);
}
}
while (find_dev);