fix eth init error

This commit is contained in:
SummerGift 2017-12-13 09:38:36 +08:00
parent dcb0f280b4
commit 6584c70353
1 changed files with 1 additions and 1 deletions

View File

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