-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Debug] - Add timer start/stop notices #143
base: develop
Are you sure you want to change the base?
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.
Looks good. Obv need to test. See my message on a little quirck with representing fauls.
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.
lgtm. merge when tested. If you follow this order to merge that would be best, but no biggie if you forget:
- -> Merge the embedded-base PR
- -> cd into your submodule in this PR, and change it to embedded-base
main
- -> commit that to this PR^
- -> Merge that PR (if it doesnt let you, lmk, it should)
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.
Looks good merge after testing
Changes
Added CAN message for timer start/stop notices, sent in the sm_fault_eval function
Checklist
Closes #139