chore(clippy): clear warning backlog and harden conversions (#383)
This commit is contained in:
parent
a91516df7a
commit
3234159c6c
9 changed files with 77 additions and 69 deletions
|
|
@ -1999,7 +1999,7 @@ fn setup_hardware() -> Result<HardwareConfig> {
|
|||
hw_config.baud_rate = match baud_idx {
|
||||
1 => 9600,
|
||||
2 => 57600,
|
||||
3 => 230400,
|
||||
3 => 230_400,
|
||||
4 => {
|
||||
let custom: String = Input::new()
|
||||
.with_prompt(" Custom baud rate")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue