Procházet zdrojové kódy

fix eth init error

SummerGift před 8 roky
rodič
revize
6584c70353
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);