mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
add fmt
This commit is contained in:
parent
4d9ee16f3c
commit
180d816e00
@ -8,6 +8,8 @@ use crate::types::{InterfaceNumber, StringIndex};
|
||||
use crate::{Handler, Interface, UsbDevice, MAX_INTERFACE_COUNT, STRING_INDEX_CUSTOM_START};
|
||||
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
#[non_exhaustive]
|
||||
/// Allows Configuring the Bcd USB version below 2.1
|
||||
pub enum BcdUsbVersion {
|
||||
Two = 0x0200,
|
||||
|
Loading…
x
Reference in New Issue
Block a user