[Drivers/phy] Fixup header include for v2

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-12-01 17:02:36 +08:00
committed by R b b666
parent 798c84647c
commit 62e1fe3699

View File

@@ -170,9 +170,9 @@ extern "C" {
#endif /* RT_USING_DM */
#endif /* RT_USING_I2C */
#ifdef RT_USING_PHY
#if defined(RT_USING_PHY) || defined(RT_USING_PHY_V2)
#include "drivers/phy.h"
#endif /* RT_USING_PHY */
#endif /* RT_USING_PHY || RT_USING_PHY_V2 */
#ifdef RT_USING_SDIO
#include "drivers/dev_mmcsd_core.h"