浏览代码

fix eth init error

SummerGift 7 年之前
父节点
当前提交
6584c70353
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/stm32f429-apollo/drivers/drv_eth.c

+ 1 - 1
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);