Skip to content

Commit

Permalink
Address upcoming clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed May 10, 2024
1 parent 05d17f2 commit 8063398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lpuart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ impl Baud {
}
}

let mut err = u32::max_value();
let mut err = u32::MAX;
let mut best_osr = 0;
let mut best_sbr = 0;

Expand Down

0 comments on commit 8063398

Please sign in to comment.