pkarashchenko commented on code in PR #10279:
URL: https://github.com/apache/nuttx/pull/10279#discussion_r1298369281


##########
net/can/can_recvmsg.c:
##########
@@ -344,7 +344,10 @@ static uint16_t can_recvfrom_eventhandler(FAR struct 
net_driver_s *dev,
            * when is valid then complete the read action.
            */
 #ifdef CONFIG_NET_CANPROTO_OPTIONS
-          if (can_recv_filter(conn, (canid_t) *dev->d_appdata) == 0)
+          canid_t can_id;

Review Comment:
   Yes. Let me search, there should be already a macro for it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to