acassis commented on code in PR #17907:
URL: https://github.com/apache/nuttx/pull/17907#discussion_r2690581212
##########
net/can/can_setsockopt.c:
##########
@@ -133,7 +133,7 @@ int can_setsockopt(FAR struct socket *psock, int level, int
option,
return -EINVAL;
}
- conn->err_mask = *(FAR can_err_mask_t *)value & CAN_ERR_MASK;
+ conn->err_mask = *(FAR can_err_mask_t *)value;
Review Comment:
@jwang12340 what is the relation between LIN and the CAN driver? I think
this are different things. BTW where is the LIN support you are referring to?
--
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]