You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/11/14 18:03:44 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #7593: imxrt:Add Support for NXP TJA1103 PHY

pkarashchenko commented on code in PR #7593:
URL: https://github.com/apache/incubator-nuttx/pull/7593#discussion_r1021893423


##########
arch/arm/src/imxrt/imxrt_enet.c:
##########
@@ -1842,8 +1862,18 @@ static int imxrt_ioctl(struct net_driver_s *dev, int cmd, unsigned long arg)
         {
           struct mii_ioctl_data_s *req =
             (struct mii_ioctl_data_s *)((uintptr_t)arg);
-          ret = imxrt_readmii(priv, req->phy_id,
+#if defined(CLAUSE45)

Review Comment:
   Sorry, but where is this defined?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org