Browse Source
In GCS_MAVLINK::stream_trigger(), chan_is_streaming would be checked with a bitwise OR, instead of a bitwise AND. This way, the condition would always be true if chan_is_streaming were to be non-zero.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue