diff options
| author | sawyer bristol <[email protected]> | 2024-12-02 16:03:38 -0700 |
|---|---|---|
| committer | sawyer bristol <[email protected]> | 2024-12-02 16:03:38 -0700 |
| commit | 180d816e00a9575da95682782da25409eb7deb68 (patch) | |
| tree | 783d308d313a18365efa701d9829ee26c493a535 /embassy-usb | |
| parent | 4d9ee16f3c25241337a4ec730ed3079f7ded19bc (diff) | |
add fmt
Diffstat (limited to 'embassy-usb')
| -rw-r--r-- | embassy-usb/src/builder.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-usb/src/builder.rs b/embassy-usb/src/builder.rs index 8d6d06a6b..9e5aa0574 100644 --- a/embassy-usb/src/builder.rs +++ b/embassy-usb/src/builder.rs | |||
| @@ -8,6 +8,8 @@ use crate::types::{InterfaceNumber, StringIndex}; | |||
| 8 | use crate::{Handler, Interface, UsbDevice, MAX_INTERFACE_COUNT, STRING_INDEX_CUSTOM_START}; | 8 | use crate::{Handler, Interface, UsbDevice, MAX_INTERFACE_COUNT, STRING_INDEX_CUSTOM_START}; |
| 9 | 9 | ||
| 10 | #[derive(Debug, Copy, Clone)] | 10 | #[derive(Debug, Copy, Clone)] |
| 11 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||
| 12 | #[non_exhaustive] | ||
| 11 | /// Allows Configuring the Bcd USB version below 2.1 | 13 | /// Allows Configuring the Bcd USB version below 2.1 |
| 12 | pub enum BcdUsbVersion { | 14 | pub enum BcdUsbVersion { |
| 13 | Two = 0x0200, | 15 | Two = 0x0200, |
