提交 5e16a09c 编写于 作者: tanglj86's avatar tanglj86

fix rt_thread_mdelay parameter error bug;

上级 21d24d51
...@@ -371,7 +371,7 @@ int sal_netdev_cleanup(struct netdev *netdev) ...@@ -371,7 +371,7 @@ int sal_netdev_cleanup(struct netdev *netdev)
sal_unlock(); sal_unlock();
if (find_dev) if (find_dev)
{ {
rt_thread_mdelay(rt_tick_from_millisecond(100)); rt_thread_mdelay(100);
} }
} }
while (find_dev); while (find_dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册