提交 f0054826 编写于 作者: M mbbill@gmail.com

eth_device_init is not re-entrance, add a warning.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1479 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 782bdd47
......@@ -153,6 +153,9 @@ static err_t ethernetif_init(struct netif *netif)
/* ethernetif APIs */
/* WARNING: because netif_set_up() is not re-entrance ( it will pending on sem/mbox )
* you MUST NOT call it before scheduler starts.
*/
rt_err_t eth_device_init(struct eth_device* dev, const char* name)
{
struct netif* pnetif;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册