From 6584c7035389f80111b1e58544a4d2546f79117c Mon Sep 17 00:00:00 2001 From: SummerGift Date: Wed, 13 Dec 2017 09:38:36 +0800 Subject: [PATCH] fix eth init error --- bsp/stm32f429-apollo/drivers/drv_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/stm32f429-apollo/drivers/drv_eth.c b/bsp/stm32f429-apollo/drivers/drv_eth.c index 56dd2cc2d..78e2342c0 100644 --- a/bsp/stm32f429-apollo/drivers/drv_eth.c +++ b/bsp/stm32f429-apollo/drivers/drv_eth.c @@ -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);