4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 13:14:46 +08:00

【修改】 网卡驱动的初始化应当在 lwip 初始化之后以及应用调用网络接口之前,因此修改初始化等级为 device 是比较合适的。

This commit is contained in:
SummerGift 2019-05-08 10:43:17 +08:00
parent bdd2b2b5a2
commit 960451695b

View File

@ -667,4 +667,4 @@ __exit:
return state;
}
INIT_APP_EXPORT(rt_hw_stm32_eth_init);
INIT_DEVICE_EXPORT(rt_hw_stm32_eth_init);