Skip to content

Commit 3d04e46

Browse files
authored
Merge pull request #2657 from SummerGGift/master_lab
[bsp][stm32][drv_eth.c] 修改 eth 驱动的初始化等级为 device
2 parents 9f7cc78 + 76431f6 commit 3d04e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/stm32/libraries/HAL_Drivers/drv_eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,4 +667,4 @@ static int rt_hw_stm32_eth_init(void)
667667

668668
return state;
669669
}
670-
INIT_APP_EXPORT(rt_hw_stm32_eth_init);
670+
INIT_DEVICE_EXPORT(rt_hw_stm32_eth_init);

0 commit comments

Comments
 (0)