fix eth init error

This commit is contained in:
SummerGift 2017-12-13 09:38:36 +08:00
parent dcb0f280b4
commit 6584c70353

View File

@ -589,4 +589,4 @@ static int rt_hw_stm32_eth_init(void)
return state; return state;
} }
INIT_DEVICE_EXPORT(rt_hw_stm32_eth_init); INIT_APP_EXPORT(rt_hw_stm32_eth_init);