diff options
Diffstat (limited to 'embassy-usb/src/descriptor.rs')
| -rw-r--r-- | embassy-usb/src/descriptor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/src/descriptor.rs b/embassy-usb/src/descriptor.rs index e9a6fd79a..c79dd02eb 100644 --- a/embassy-usb/src/descriptor.rs +++ b/embassy-usb/src/descriptor.rs | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | //! Utilities for writing USB descriptors. | 1 | //! Utilities for writing USB descriptors. |
| 2 | use embassy_usb_driver::EndpointType; | 2 | use embassy_usb_driver::EndpointType; |
| 3 | 3 | ||
| 4 | use crate::CONFIGURATION_VALUE; | ||
| 4 | use crate::builder::Config; | 5 | use crate::builder::Config; |
| 5 | use crate::driver::EndpointInfo; | 6 | use crate::driver::EndpointInfo; |
| 6 | use crate::types::{InterfaceNumber, StringIndex}; | 7 | use crate::types::{InterfaceNumber, StringIndex}; |
| 7 | use crate::CONFIGURATION_VALUE; | ||
| 8 | 8 | ||
| 9 | /// Standard descriptor types | 9 | /// Standard descriptor types |
| 10 | #[allow(missing_docs)] | 10 | #[allow(missing_docs)] |
