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

To fix #20 make all CAN handlers fire every time #21

Merged

Conversation

davefiddes
Copy link
Contributor

CanCallback::HandleRx no longer returns a bool indicating whether the message has been handled. The message is passed to all handlers allowing user defined handlers to see messages that have been handled by CanMap.

Tests:

  • Build with stm32-sine for SINE and FOC configurations
  • Basic verification of CAN SDO and CAN RX map functionality

CanCallback::HandleRx no longer returns a bool indicating whether
the message has been handled. The message is passed to all
handlers allowing user defined handlers to see messages that have
been handled by CanMap.

Tests:
 - Build with stm32-sine for SINE and FOC configurations
 - Basic verification of CAN SDO and CAN RX map functionality
@jsphuebner jsphuebner merged commit fe14186 into jsphuebner:master Oct 3, 2024
@jsphuebner
Copy link
Owner

Thanks Dave :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants