anchao commented on code in PR #7616: URL: https://github.com/apache/nuttx/pull/7616#discussion_r1038339360
########## include/nuttx/net/netdev.h: ########## @@ -238,6 +241,8 @@ struct netdev_varaddr_s struct devif_callback_s; /* Forward reference */ +typedef CODE int (*devif_poll_callback_t)(FAR struct net_driver_s *dev); Review Comment: Done -- 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