Skip to content

Commit

Permalink
Update src/function/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 2e3adbc commit dc61016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! The Linux kernel configuration option `CONFIG_USB_CONFIGFS_F_PRINTER` must be enabled.
//!
//! A sysfs file at /dev/g_printerN will be created for each instance of the function, where N instance number. See './examples/printer.rs' for an example.
//! A device file at /dev/g_printerN will be created for each instance of the function, where N instance number. See 'examples/printer.rs' for an example.
use bitflags::bitflags;
use std::{ffi::OsString, io::Result};
Expand Down

0 comments on commit dc61016

Please sign in to comment.