mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-26 23:35:53 +00:00
cargo clippy
This commit is contained in:
@@ -217,7 +217,7 @@ pub mod keyboard {
|
|||||||
1 => KeyState::Pressed,
|
1 => KeyState::Pressed,
|
||||||
2 => KeyState::Hold,
|
2 => KeyState::Hold,
|
||||||
3 => KeyState::Released,
|
3 => KeyState::Released,
|
||||||
0 | _ => KeyState::Idle,
|
_ => KeyState::Idle,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user