Merge pull request #2657 from SummerGGift/master_lab

[bsp][stm32][drv_eth.c] 修改 eth 驱动的初始化等级为 device
This commit is contained in:
Bernard Xiong 2019-05-13 18:25:16 +08:00 committed by GitHub
commit 3d04e46289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -667,4 +667,4 @@ __exit:
return state;
}
INIT_APP_EXPORT(rt_hw_stm32_eth_init);
INIT_DEVICE_EXPORT(rt_hw_stm32_eth_init);