This commit is contained in:
sawyer bristol 2024-12-02 16:03:38 -07:00
parent 4d9ee16f3c
commit 180d816e00

View File

@ -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,