Skip to content

Commit

Permalink
extended error message
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Braun authored and andelf committed May 18, 2024
1 parent a022e6c commit f577cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/usb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl UsbTransport {
})
.nth(nth)
.ok_or(anyhow::format_err!(
"No WCH ISP USB device found(4348:55e0 device not found at index #{})",
"No WCH ISP USB device found(4348:55e0 or 1a86:55e0 device not found at index #{})",
nth
))?;
log::debug!("Found USB Device {:?}", device);
Expand Down

0 comments on commit f577cea

Please sign in to comment.