未验证 提交 3777bec0 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #3140 from tanglj86/master

fix rt_thread_mdelay parameter error bug;
...@@ -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.
先完成此消息的编辑!
想要评论请 注册