-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug/MessageFiltering #186
bug/MessageFiltering #186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments and obviously going to have to test this.
This looks good, but imo the user should just call add_can_filter
and pass in the 4 IDs. That way you avoid the ugly code. The user (ex. cerberus) would just then:
add_can_filter(hcan, id_list_a)
add_can_filter(hcan, id_list_b)
init_can(hcan)
One more thing, you can probably remove the id_list stuff from the |
Changes
Fix Can Message Filtering.
Closes # (issue #184)