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

mavros_extras: Fix a comparison that shouldn't be bitwise #1807

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

mortenfyhn
Copy link
Contributor

Hi all, I think this is a bug. This expression is written with a bitwise OR |, but it seems like it should have been written with a logical OR ||.

Copy link
Member

@vooon vooon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks!

@vooon vooon added the fix label Nov 30, 2022
@vooon vooon added this to the Version 1.15 milestone Nov 30, 2022
@vooon vooon merged commit 87a220a into mavlink:master Nov 30, 2022
@mortenfyhn mortenfyhn deleted the fix-bitwise-comparison branch November 30, 2022 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants