Skip to content
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

Add functions for filters #62

Open
mariuscrsn opened this issue Jun 16, 2023 · 1 comment · Fixed by #63 or #68
Open

Add functions for filters #62

mariuscrsn opened this issue Jun 16, 2023 · 1 comment · Fixed by #63 or #68
Assignees
Labels
enhancement New feature or request

Comments

@mariuscrsn
Copy link
Member

HAL_CAN_result_e HAL_CanFilters(const uint16_t id, const uint16_t mask); :

HAL_CAN_result_e HAL_CanFilters(const uint16_t id, const uint16_t mask);
Should be
HAL_CAN_result_e HAL_CanAddFilter(const uint16_t id, const uint16_t mask);

@mariuscrsn mariuscrsn added the enhancement New feature or request label Jun 16, 2023
@RobertoAldea
Copy link
Member

Added change and also added function to delete all filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants