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

CAN - Bus Driver Sample #34644

Closed
KozhinovAlexander opened this issue Apr 28, 2021 · 1 comment · Fixed by #35504
Closed

CAN - Bus Driver Sample #34644

KozhinovAlexander opened this issue Apr 28, 2021 · 1 comment · Fixed by #35504
Assignees
Labels
area: CAN bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@KozhinovAlexander
Copy link
Collaborator

if (can_recover(can_dev, K_MSEC(100) != 0)) {

Shouldn't it be: if (can_recover(can_dev, K_MSEC(100)) != 0)

@alexanderwachter
Copy link
Member

Good catch! Thanks for reporting.

@alexanderwachter alexanderwachter added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug labels Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: CAN bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants