Skip to content

Commit

Permalink
src: drivers: file: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso authored and patrickelectric committed Sep 6, 2024
1 parent fc8776b commit 3b13e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/drivers/file/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,10 @@ mod tests {
.iter()
.cloned()
.map(|sample| {
let messaage = sample.1;
let message = sample.1;
let parsed_message = mavlink::MavFrame::<MavMessage>::deser(
mavlink::MavlinkVersion::V2,
&messaage.raw_bytes()[4..],
&message.raw_bytes()[4..],
);

(sample.0, parsed_message)
Expand Down

0 comments on commit 3b13e49

Please sign in to comment.