Skip to content

Commit

Permalink
Fixed cargo clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakBoul committed Nov 8, 2024
1 parent 68be327 commit 4a4a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex3_obc_fsw/handlers/coms_handler/src/uhf_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl UHFHandler {
TcpInterface::read(uhf_interface, &mut self.buffer);
match read_result {
Ok(n) => {
trace!("Command response: {} bytes ", n)
trace!("Command response length: {} bytes ", n)
}
Err(_) => {
debug!("Error reading bytes from UHF")
Expand Down

0 comments on commit 4a4a352

Please sign in to comment.