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 2021/09/20 12:16:56 UTC

[GitHub] [incubator-nuttx] acassis commented on a change in pull request #4577: Added CONFIG_ETH0_PHY_DP83825I to imxrt_enet: Fixed IRQ link detection

acassis commented on a change in pull request #4577:
URL: https://github.com/apache/incubator-nuttx/pull/4577#discussion_r712111264



##########
File path: arch/arm/src/imxrt/imxrt_flexcan.c
##########
@@ -1455,7 +1455,7 @@ static int imxrt_ioctl(struct net_driver_s *dev, int cmd,
       (FAR struct imxrt_driver_s *)dev->d_private;
 
   int ret;
-
+  struct flexcan_timeseg data_timing;

Review comment:
       Please move this struct declaration to above "int ret"




-- 
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