We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798c846 commit 62e1fe3Copy full SHA for 62e1fe3
components/drivers/include/rtdevice.h
@@ -170,9 +170,9 @@ extern "C" {
170
#endif /* RT_USING_DM */
171
#endif /* RT_USING_I2C */
172
173
-#ifdef RT_USING_PHY
+#if defined(RT_USING_PHY) || defined(RT_USING_PHY_V2)
174
#include "drivers/phy.h"
175
-#endif /* RT_USING_PHY */
+#endif /* RT_USING_PHY || RT_USING_PHY_V2 */
176
177
#ifdef RT_USING_SDIO
178
#include "drivers/dev_mmcsd_core.h"
0 commit comments