Skip to content

Commit f577cea

Browse files
D. Braunandelf
authored andcommitted
extended error message
1 parent a022e6c commit f577cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transport/usb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl UsbTransport {
5050
})
5151
.nth(nth)
5252
.ok_or(anyhow::format_err!(
53-
"No WCH ISP USB device found(4348:55e0 device not found at index #{})",
53+
"No WCH ISP USB device found(4348:55e0 or 1a86:55e0 device not found at index #{})",
5454
nth
5555
))?;
5656
log::debug!("Found USB Device {:?}", device);

0 commit comments

Comments
 (0)