Skip to content

Commit

Permalink
Update examples/printer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Urban <[email protected]>
  • Loading branch information
tuna-f1sh and surban authored Dec 6, 2024
1 parent 27aaef0 commit 2e3adbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn main() -> io::Result<()> {
// wait for sysfs device to create
let mut count = 0;
let mut sysfs_path = None;
println!("Attempt open sysfs path: {}", SYSFS_PATH);
println!("Attempt open device path: {}", DEV_PATH);
while count < 5 {
std::thread::sleep(std::time::Duration::from_secs(1));
// test open access
Expand Down

0 comments on commit 2e3adbc

Please sign in to comment.