Skip to content

Commit

Permalink
Update MavlinkDecoder.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaremadzulynsky authored Jul 25, 2024
1 parent 08c8a9a commit 8f7d7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TelemetryManager/Src/MavlinkDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ bool MavlinkDecoder::decodeMsg(mavlink_message_t &msg) {
default:
break;
}
return false;
}
return handledSuccessfully;
}

0 comments on commit 8f7d7b2

Please sign in to comment.