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 committed Sep 6, 2024
1 parent 6bb9a4e commit 777d302
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 777d302

Please sign in to comment.