We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0662f10 commit 2bd5b4bCopy full SHA for 2bd5b4b
1 file changed
host/usb-bulk-rust/src/main.rs
@@ -62,7 +62,7 @@ fn main() {
62
eprintln!("Error {e}");
63
}
64
} else {
65
- eprintln!("Device not found, waiting for 1 s");
+ eprintln!("Device not found, retrying for 1 s");
66
thread::sleep(Duration::from_secs(1));
67
68
0 commit comments