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


##########
include/nuttx/net/netdev.h:
##########
@@ -242,7 +242,7 @@ struct net_driver_s
 
   /* Drivers interface flags.  See IFF_* definitions in include/net/if.h */
 
-  uint8_t d_flags;
+  uint32_t d_flags;

Review Comment:
   Just a question: why type is expanded to 32bits and not to 16bits?



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to