mirror of
https://github.com/G2-Games/cross-usb.git
synced 2025-04-19 13:22:53 -05:00
Fixed example
This commit is contained in:
parent
93e621e969
commit
15f8875b6e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
//! ## Example:
|
//! ## Example:
|
||||||
//! ```no_run
|
//! ```no_run
|
||||||
//! # tokio_test::block_on(async {
|
//! # tokio_test::block_on(async {
|
||||||
//! use cross_usb::usb::{Descriptor, Device, Interface, Recipient, ControlType, ControlIn};
|
//! use cross_usb::usb::{UsbDescriptor, UsbDevice, UsbInterface, Recipient, ControlType, ControlIn};
|
||||||
//! use cross_usb::device_filter;
|
//! use cross_usb::device_filter;
|
||||||
//!
|
//!
|
||||||
//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,
|
//! // Obtain a device descriptor (UsbDescriptor) using a DeviceFilter,
|
||||||
|
|
Loading…
Reference in a new issue