Skip to content

Commit 2bd5b4b

Browse files
update
1 parent 0662f10 commit 2bd5b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

host/usb-bulk-rust/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() {
6262
eprintln!("Error {e}");
6363
}
6464
} else {
65-
eprintln!("Device not found, waiting for 1 s");
65+
eprintln!("Device not found, retrying for 1 s");
6666
thread::sleep(Duration::from_secs(1));
6767
}
6868
}

0 commit comments

Comments
 (0)