Skip to content

Commit

Permalink
fix lsusb verbose sync type alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna-f1sh committed Nov 10, 2023
1 parent 08fc981 commit 02642ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsusb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ pub mod display {
" Transfer Type {:?}",
endpoint.transfer_type
);
println!(" Sync Type {:?}", endpoint.sync_type);
println!(" Sync Type {:?}", endpoint.sync_type);
println!(" Usage Type {:?}", endpoint.usage_type);
println!(
" wMaxPacketSize {:#06x} {} bytes",
Expand Down

0 comments on commit 02642ce

Please sign in to comment.